pnp4nagios not generating rrd graphic for disk service
Posted: Tue Apr 09, 2019 9:09 am
Hi,
I need some help here to understand where the issue is. I installed the pnp4nagios in nagios CentOS7 using below link.
https://support.nagios.com/kb/article/n ... s-801.html
However, all other services like CPU, Uptime, SSH, etc have the graphics instead of disk service, though the service check is fine. When I checked the perfdata directory, I do not see rrd and xml files for disk service and not sure how to generate them. Thanks.
I need some help here to understand where the issue is. I installed the pnp4nagios in nagios CentOS7 using below link.
https://support.nagios.com/kb/article/n ... s-801.html
However, all other services like CPU, Uptime, SSH, etc have the graphics instead of disk service, though the service check is fine. When I checked the perfdata directory, I do not see rrd and xml files for disk service and not sure how to generate them. Thanks.
Code: Select all
nagios-2 pgsz-mysql-3]# pwd
/usr/local/pnp4nagios/var/perfdata/pgsz-mysql-3
nagios-2 pgsz-mysql-3]# ll
total 4552
-rw-rw-r--. 1 nagios nagios 384952 Apr 9 13:41 CPU_load.rrd
-rw-rw-r--. 1 nagios nagios 1974 Apr 9 13:41 CPU_load.xml
-rw-rw-r--. 1 nagios nagios 768224 Apr 9 13:43 _HOST_.rrd
-rw-rw-r--. 1 nagios nagios 2576 Apr 9 13:43 _HOST_.xml
-rw-rw-r--. 1 nagios nagios 384952 Apr 9 13:46 Memory_Usage.rrd
-rw-rw-r--. 1 nagios nagios 2047 Apr 9 13:46 Memory_Usage.xml
-rw-rw-r--. 1 nagios nagios 384952 Apr 9 13:42 MySQL_Processlist.rrd
-rw-rw-r--. 1 nagios nagios 2069 Apr 9 13:42 MySQL_Processlist.xml
-rw-rw-r--. 1 nagios nagios 384952 Apr 9 13:43 MySQL_Replication_Delay.rrd
-rw-rw-r--. 1 nagios nagios 2155 Apr 9 13:43 MySQL_Replication_Delay.xml
-rw-rw-r--. 1 nagios nagios 384952 Apr 9 13:47 MySQL_Running_Threads_vs_Max_Connection_Ratio.rrd
-rw-rw-r--. 1 nagios nagios 2367 Apr 9 13:47 MySQL_Running_Threads_vs_Max_Connection_Ratio.xml
-rw-rw-r--. 1 nagios nagios 384952 Apr 9 13:44 MySQL_Uptime.rrd
-rw-rw-r--. 1 nagios nagios 2055 Apr 9 13:44 MySQL_Uptime.xml
-rw-rw-r--. 1 nagios nagios 768224 Apr 9 13:43 PING.rrd
-rw-rw-r--. 1 nagios nagios 2676 Apr 9 13:43 PING.xml
-rw-rw-r--. 1 nagios nagios 384952 Apr 9 13:43 ssh.rrd
-rw-rw-r--. 1 nagios nagios 1956 Apr 9 13:43 ssh.xml
-rw-rw-r--. 1 nagios nagios 384952 Apr 9 13:37 Uptime.rrd
-rw-rw-r--. 1 nagios nagios 2075 Apr 9 13:37 Uptime.xml
Code: Select all
define service{
use generic-service,service-pnp
hostgroup_name linux
service_description Root Disk Usage
servicegroups disk
check_command check_snmp_disk!3!/
contact_groups admins
}