From f70cd94820ca9b4722059460904a28c5f2c3853d Mon Sep 17 00:00:00 2001 From: Chris Carey Date: Sat, 27 Jul 2019 12:27:49 -0700 Subject: [PATCH] Update README for 0.4.1 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2ade761..384bf5a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/ ``` @@ -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