Skip to content

Commit

Permalink
Bump version to 0.8.0 - new react-hooks version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscareycode committed Oct 31, 2021
1 parent 3fa3c9d commit c06f1b5
Show file tree
Hide file tree
Showing 4 changed files with 1,971 additions and 2,629 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Installing NagiosTV
-------------
- Download the latest NagiosTV tar.gz release from https://github.com/chriscareycode/nagiostv-react/releases or you can just copy and paste the command below to get it:
```console
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.7.5/nagiostv-0.7.5.tar.gz
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.8.0/nagiostv-0.8.0.tar.gz
```
- Extract the NagiosTV release using tar. This will create a nagiostv/ folder.
```console
$ tar xvfz nagiostv-0.7.5.tar.gz
$ tar xvfz nagiostv-0.8.0.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`.

Expand Down Expand Up @@ -98,8 +98,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.7.5/nagiostv-0.7.5.tar.gz
$ tar xvfz nagiostv-0.7.5.tar.gz
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.8.0/nagiostv-0.8.0.tar.gz
$ tar xvfz nagiostv-0.8.0.tar.gz
$ sudo cp -r nagiostv/* /usr/local/nagios/share/nagiostv/
```

Expand Down
Loading

0 comments on commit c06f1b5

Please sign in to comment.