-
I am having the same issue with gaps in my graphs, this happens with both reading from the perf.log or writing perf data directly to the insert.pl.
I have had similar issues in the past with cacti that where due to checks overlapping (multiple cron entries)
Any help would be great.
2006-08-04 17:58:11 UTC in nagiosgraph
-
I get an error with locales when trying to create a gantt chart.
You are trying to use the locale (en_EN) which you PHP installation does not support: HINT: use '' to indicate the default locale for this geographic region.
2006-08-03 21:54:45 UTC in Sillaj
-
I have tried every mirror for the following project,
and none are working...
http://sourceforge.net/project/showfiles.php?group_id=153504
more so this exact package
http://prdownloads.sourceforge.net/openqrm/openqrm-plugin-tftpd-2.2.4_1-0.i386.rpm?download.
2006-07-20 18:29:07 UTC in SourceForge.net
-
I downloaded version 1.0
You documentation tells me to cd srlmServer-1.0/ and run ./configure
There is no srlmServer dir. There is a srlm1.0/Server with no configure. Also the client has /srlm1.0/Client/dist the ./confgiure bombs out due to not being able to fint install-sh or install.sh in .. ../ ../../ The files are all there. Is ther a diffrent release that I should be using??.
2006-07-13 13:09:50 UTC in Secure Remote Log Monitor
-
that seemed to do the trick.
Thanks.
2006-05-10 18:54:03 UTC in nagiosgraph
-
I goofed on my post
# output: CPU OK :util=16.79%,83.21%
/output:CPU.*?(\d+).*(\d+)/
and push @s, [ 'util',
[ 'use', GAUGE, $1 ],
[ 'idle', GAUGE, $2 ]
];.
2006-05-10 16:55:33 UTC in nagiosgraph
-
I have built a new map for CPU utilization
# output: CPU OK :util=16.79%,83.21%
/output:CPU.*?(\d+).*(\d+)/
and push @s, [ 'util',
[ 'use', GAUGE, $2 ],
[ 'idle', GAUGE, $3 ]
];
1st is util 2nd is idle
Wed May 10 12:48:34 2006 INSERT info: Input servicedescr:Check Util
Wed May 10 12:48:34 2006 INSERT info: Input output:CPU OK ...
2006-05-10 16:53:05 UTC in nagiosgraph
-
I have 29 servers, that are identical in packages os level everything.
I have nagios monitoring them using NRPE. 28 of them work.
I get connection refused on 1 server (tried xinetd and stand alone)
I run check_nrpe manually I get good results.
[root libexec]# ./check_nrpe -H bpid-02 -c check_disk1
DISK OK - free space: / 500 MB (34%);| /=974MB;1454;1464;0;1474
[1144728000]...
2006-04-11 12:45:37 UTC in NRPE