Skip to content

Commit

Permalink
Bump version to 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscareycode committed Jan 8, 2021
1 parent c7c25de commit b569696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,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.6.6/nagiostv-0.6.6.tar.gz
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.6.7/nagiostv-0.6.7.tar.gz
```
- Extract the NagiosTV release using tar. This will create a nagiostv/ folder.
```console
$ tar xvfz nagiostv-0.6.6.tar.gz
$ tar xvfz nagiostv-0.6.7.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 @@ -86,8 +86,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.6.6/nagiostv-0.6.6.tar.gz
$ tar xvfz nagiostv-0.6.6.tar.gz
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.6.7/nagiostv-0.6.7.tar.gz
$ tar xvfz nagiostv-0.6.7.tar.gz
$ sudo cp -r nagiostv/* /usr/local/nagios/share/nagiostv/
```

Expand Down
4 changes: 2 additions & 2 deletions src/components/Base.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ class Base extends Component {
// state which is used internally by NagiosTV
//**************************************************************************** */

currentVersion: 59,
currentVersionString: '0.6.6',
currentVersion: 60,
currentVersionString: '0.6.7',
latestVersion: 0,
latestVersionString: '',
lastVersionCheckTime: 0,
Expand Down

0 comments on commit b569696

Please sign in to comment.