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

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rooogie
Posts: 7
Joined: Mon Dec 07, 2015 3:28 pm

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

Post by rooogie »

Here the screenshot of the views tab:
2015-12-11 21_23_50-Program Manager.png
You do not have the required permissions to view the files attached to this post.
rooogie
Posts: 7
Joined: Mon Dec 07, 2015 3:28 pm

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

Post 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-)
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

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

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked