Skip to content

Commit

Permalink
Bump version for v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscareycode committed Aug 10, 2019
1 parent 056c047 commit 84ae151
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 @@ -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.4.1/nagiostv-0.4.1.tar.gz
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.4.2/nagiostv-0.4.2.tar.gz
```
- Extract the NagiosTV release using tar. This will create a nagiostv/ folder.
```console
$ tar xvfz nagiostv-0.4.1.tar.gz
$ tar xvfz nagiostv-0.4.2.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.4.1/nagiostv-0.4.1.tar.gz
$ tar xvfz nagiostv-0.4.1.tar.gz
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.4.2/nagiostv-0.4.2.tar.gz
$ tar xvfz nagiostv-0.4.2.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 @@ -33,8 +33,8 @@ class Base extends Component {
state = {
showSettings: false,

currentVersion: 32,
currentVersionString: '0.4.1',
currentVersion: 33,
currentVersionString: '0.4.2',
latestVersion: 0,
latestVersionString: '',
lastVersionCheckTime: 0,
Expand Down

0 comments on commit 84ae151

Please sign in to comment.