Page 2 of 2

Re: Graph with CPU, memory, and disk usage of Nagios server

Posted: Fri Dec 11, 2015 3:25 pm
by rooogie
Here the screenshot of the views tab:
2015-12-11 21_23_50-Program Manager.png

Re: Graph with CPU, memory, and disk usage of Nagios server

Posted: Fri Dec 11, 2015 5:28 pm
by rooogie
I've found another solution with nagios core and pnp4nagios.
With this plugin i'm also able to view all the statistics in a graph 8-)

Re: Graph with CPU, memory, and disk usage of Nagios server

Posted: Mon Dec 14, 2015 12:47 pm
by lmiltchev
I am glad you found a solution!

FYI, when you see only zeros, under "Host/Service Status Summary", this may indicate a database corruption. You can check the mysqld db log:

Code: Select all

tail -50 /var/log/mariadb/mariadb.log
If you see any crashed tables, you will need to run the db repair script:

Code: Select all

/usr/local/nagiosxi/scripts/repair_databases.sh
Hope this helps.