Re: [Nagios-users] output plugin

2007-08-15 Thread Anthony Montibello
hi Fabio, I had a simmilar issue with check_nt. the issue was the netutils.c had a limit of about 1k on the process_tcp_request function. then when I went to use process_tcp_request2 it had another limit changing variables and DEFINES did not seem to work, my problem was the way the function was i

[Nagios-users] output plugin

2007-08-15 Thread Fabio Martins
Hi, would like to know as increase the output of plugin. I am using nagios 1.4 with postgres (status, downtime and comments). I modified variavel #define MAX_PLUGINOUTPUT_LENGTH for 5 in file common/objects.h, but it did not have effect. Thanks, Fabio Martins