Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Nagios Client - Status Monitor

Rating
0 votes
Favoured:
0
Current Version
1.0.6
Last Release Date
2016-11-13
Compatible With
  • Nagios 3.x
  • Nagios 4.x
License
Other
Hits
16157
Nagios CSP

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!
Easy to use Nagios status monitoring app.
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