[Nagios-devel] What is the length of $PERFDATA$

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
Guest

[Nagios-devel] What is the length of $PERFDATA$

Post by Guest »

Hi List!

I wrote a plugin which checks Cisco PIX firewall system buffer usage through
SNMP. It works fine, but I relized that my performance data was cut after
130 characters. I use PP 0.105.6 to graph performance data and Nagios 1.3.

I don't know whether this cut is done by PP script which feed performance
data from a temp file to PP, or it is done by Nagios.

Can anyone help me to fix this problem?

My plug-in output is the following:
CRITICAL: Used_4B_blocks = 0 db/1 600 db. Kihasznaltsag = 0%.
Used_80B_blocks = 0 db/400 db. Kihasznaltsag = 0%. Used_256B_blocks = 0
db/500 db. Kihasznaltsag = 0%. Used_1550B_blocks = 385 db/1 189 db.
Kihasznaltsag = 32.38% >= 20%!|'4B_BufferUsage'=0%;10;20
'4B_BufferNum'=0;160;320;0;1600 '80B_BufferUsage'=0%;10;20
'80B_BufferNum'=0;40;80;0;400 '256B_BufferUsage'=0%;10;20
'256B_BufferNum'=0;50;100;0;500 '1550B_BufferUsage'=32.38%;10;20
'1550B_BufferNum'=385;118;237;0;1189

My performance data in temp file is the following:
'4B_BufferUsage'=0%;10;20 '4B_BufferNum'=0;160;320;0;1600
'80B_BufferUsage'=0%;10;20 '80B_BufferNum'=0;40;80;0;400
'256B_BufferUsage'=0%;10;20 '256B_Bu

Best Regards, Tamas






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: zsitfa@t-online.hu
Locked