Here the screenshot of the views tab:
Graph with CPU, memory, and disk usage of Nagios server
Re: Graph with CPU, memory, and disk usage of Nagios server
You do not have the required permissions to view the files attached to this post.
Re: Graph with CPU, memory, and disk usage of Nagios server
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
With this plugin i'm also able to view all the statistics in a graph
Re: Graph with CPU, memory, and disk usage of Nagios server
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:
If you see any crashed tables, you will need to run the db repair script:
Hope this helps.
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.logCode: Select all
/usr/local/nagiosxi/scripts/repair_databases.shBe sure to check out our Knowledgebase for helpful articles and solutions!