Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Nagios Client - Status Monitor
1.0.6
2016-11-13
- Nagios 3.x
- Nagios 4.x
Other
16157
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Dashboard has count of Host Up, Down, Service Ok, Warning, Critical, Pending and Unknown.
Easy to use Nagios status monitoring app.
Dashboard has count of Host Up, Down, Service Ok, Warning, Critical, Pending and Unknown.
Filter all Hosts by Up and Down.
Easy to get service's config details with plugin's output.
Nagios Client uses PHP script that parses the Nagios status.dat file into JSON.
Nagios Status JSON
This PHP API script reads Nagios status.dat file and return the JSON result. This API is desinged for Nagios Client unofficial Nagios status monitoring app.
Step 1
Upload nath_status.php to your Nagios web root folder.
Nagios Core's default Web Root folder Web Root Folder - Centos & Ubuntu
/usr/local/nagios/share
Step 2
Edit nath_status.php. You can use your favourite text editor
vi /usr/local/nagios/share/nath_status.php
Change status.dat file's path according to your Nagios Server configuration.
$statusFile = '/usr/local/nagios/var/status.dat';
Use following command to find status.dat location.
find / -name status.dat
Step 3
Download and Configure Android Nagios Client
Nagios Client
Go to settings
Update URL
https://github.com/asuknath/Nagios-Status-JSON
Dashboard has count of Host Up, Down, Service Ok, Warning, Critical, Pending and Unknown.
Filter all Hosts by Up and Down.
Easy to get service's config details with plugin's output.
Nagios Client uses PHP script that parses the Nagios status.dat file into JSON.
Nagios Status JSON
This PHP API script reads Nagios status.dat file and return the JSON result. This API is desinged for Nagios Client unofficial Nagios status monitoring app.
Step 1
Upload nath_status.php to your Nagios web root folder.
Nagios Core's default Web Root folder Web Root Folder - Centos & Ubuntu
/usr/local/nagios/share
Step 2
Edit nath_status.php. You can use your favourite text editor
vi /usr/local/nagios/share/nath_status.php
Change status.dat file's path according to your Nagios Server configuration.
$statusFile = '/usr/local/nagios/var/status.dat';
Use following command to find status.dat location.
find / -name status.dat
Step 3
Download and Configure Android Nagios Client
Nagios Client
Go to settings
Update URL
https://github.com/asuknath/Nagios-Status-JSON
Reviews (0)
Be the first to review this listing!