nagiosgraph show breaking line

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
shean71
Posts: 10
Joined: Fri Mar 25, 2011 9:14 am

nagiosgraph show breaking line

Post by shean71 »

Hi All,

my nagiosgraph showing breaking line and some .rrd files not showing up again after i have removed.
I run the command ./insert.pl to generate new .rrd but it doesn't help.

The followings about the debug mode from nagiosgraph.log but im not very sure what is that means. Can anyone help?



##############################################################################

Tue Jun 28 11:20:01 2011 insert.pl debug createrrd step=300 heartbeat=600 xff=0.5 resolutions=4 steps=1 6 24 288
Tue Jun 28 11:20:01 2011 insert.pl debug labels->[0] = [
'cpuload',
'GAUGE',
'1.5'
];
Tue Jun 28 11:20:01 2011 insert.pl debug createrrd filenames = [
'OS%3AWindows%3ACPU%3A-%3AUtilization%3A-___4%20CPU.rrd'
];
Tue Jun 28 11:20:01 2011 insert.pl debug createrrd datasets = [
[
0
]
];
Tue Jun 28 11:20:01 2011 insert.pl info runupdate dataset = [
'/usr/local/nagiosgraph/rrd/EP-XTDB1/OS%3AWindows%3ACPU%3A-%3AUtilization%3A-___4%20CPU.rrd',
'1309231185:1.5'
];
Tue Jun 28 11:20:01 2011 insert.pl debug getdebug debug_insert = 5
Tue Jun 28 11:20:01 2011 insert.pl debug processdata data = [
'1309231185',
'EP-XPDB1',
'OS:Windows:Filesystem:C:Usage:-',
'C:\\ Label: Serial Number bc5ef867: 22%used(17823MB/80099MB) (90%) : OK',
'',
'UP',
'OK',
'ABC Company'
];
Tue Jun 28 11:20:01 2011 insert.pl info processing output/perfdata:
hostname:EP-XPDB1
servicedesc:OS:Windows:Filesystem:C:Usage:-
output:C:\ Label: Serial Number bc5ef867: 22%used(17823MB/80099MB) (90%) : OK
perfdata:
Tue Jun 28 11:20:01 2011 insert.pl debug createrrd(1309231184,EP-XPDB1,OS:Windows:Filesystem:C:Usage:-,C:\ )
Tue Jun 28 11:20:01 2011 insert.pl debug createrrd rrdfile is /usr/local/nagiosgraph/rrd/EP-XPDB1/OS%3AWindows%3AFilesystem%3AC%3AUsage%3A-___C%3A%5C%20.rrd
Tue Jun 28 11:20:01 2011 insert.pl debug createrrd step=300 heartbeat=600 xff=0.5 resolutions=4 steps=1 6 24 288
Tue Jun 28 11:20:01 2011 insert.pl debug labels->[0] = [
'pctused',
'GAUGE',
'22'
];
Tue Jun 28 11:20:01 2011 insert.pl debug createrrd filenames = [
'OS%3AWindows%3AFilesystem%3AC%3AUsage%3A-___C%3A%5C%20.rrd'
];
Tue Jun 28 11:20:01 2011 insert.pl debug createrrd datasets = [
[
0
]
];
Tue Jun 28 11:20:01 2011 insert.pl info runupdate dataset = [
'/usr/local/nagiosgraph/rrd/EP-XPDB1/OS%3AWindows%3AFilesystem%3AC%3AUsage%3A-___C%3A%5C%20.rrd',
'1309231185:22'
];
Tue Jun 28 11:20:01 2011 insert.pl info processed 81 of 82 lines
Tue Jun 28 11:20:01 2011 insert.pl debug insert.pl processing complete

##############################################################################
Thanks & Regards,
SHEAN
Locked