No performance data
Posted: Tue Jun 24, 2014 6:59 am
Hi all,
On one of our Nagios servers, I'm missing the performance graphs for disk usage on some servers, not all.
I've checked cfg files for both host and services and compared it with another host on the same server.
The only anomaly I can find is this:
line 4 says "use generic-service" on the culprit server.
this line is not present on the host with the graphs.
I must add that this server was the first one we created and was built "as we went along"
No doubt that it's a foulup on our part, but we're missing the why and where..
On one of our Nagios servers, I'm missing the performance graphs for disk usage on some servers, not all.
I've checked cfg files for both host and services and compared it with another host on the same server.
The only anomaly I can find is this:
Code: Select all
define service {
host_name sql-50
service_description Check Disk Free L:
use generic-service
check_command check_nrpe_disk!4096M!2048M!L:!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period 24x7
notification_interval 60
notification_period standbyuren
notification_options w,c,u,r,
notifications_enabled 1
contacts Team 1
register 1
}this line is not present on the host with the graphs.
I must add that this server was the first one we created and was built "as we went along"
No doubt that it's a foulup on our part, but we're missing the why and where..