Skip to content

Commit

Permalink
Update README for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscareycode committed Jul 27, 2019
1 parent d031dfe commit f70cd94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Installing NagiosTV
-------------
- Download the latest NagiosTV tar.gz release from https://github.com/chriscareycode/nagiostv-react/releases
```console
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.3.9/nagiostv-0.3.9.tar.gz
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.4.1/nagiostv-0.4.1.tar.gz
```
- Extract the NagiosTV release using tar. This will create a nagiostv/ folder.
```console
$ tar xvfz nagiostv-0.3.9.tar.gz
$ tar xvfz nagiostv-0.4.1.tar.gz
```
- We're going to host the NagiosTV folder from the built-in Nagios web ui. Copy/Move the nagiostv/ folder into your Nagios web ui folder. For Nagios Core 4 the Nagios web ui folder might be at `/usr/local/nagios/share/` or `/usr/nagios/share/`. Nagios XI might be at `/var/www/html`.
```console
Expand Down Expand Up @@ -72,8 +72,8 @@ Then pretty much the same process as above. Download and overwrite the nagiostv
Remember your web ui destination folder `/usr/local/nagios/share/nagiostv/` may vary depending on your Nagios install.
You can do it on the box with:
```console
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.3.9/nagiostv-0.3.9.tar.gz
$ tar xvfz nagiostv-0.3.9.tar.gz
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.4.1/nagiostv-0.4.1.tar.gz
$ tar xvfz nagiostv-0.4.1.tar.gz
$ sudo cp -r nagiostv/* /usr/local/nagios/share/nagiostv/
```

Expand Down Expand Up @@ -121,8 +121,8 @@ Development - Committing your changes to this project

TODO
------------
- Autoupdate script
- Clean up the "save settings to server" feature, and settings screen
- Fix settings screen to work on mobile (cant scroll right now)
- Add a Node.js proxy server for local development, and instructions how to use it

History
Expand Down

0 comments on commit f70cd94

Please sign in to comment.