Yeap!
Thanks again one more time!
Search found 20 matches
- Tue Mar 24, 2015 4:22 pm
- Forum: Open Source Nagios Projects
- Topic: Web UI does not shows multilines in Service Details
- Replies: 33
- Views: 11576
- Tue Mar 24, 2015 4:04 pm
- Forum: Open Source Nagios Projects
- Topic: Web UI does not shows multilines in Service Details
- Replies: 33
- Views: 11576
Re: Web UI does not shows multilines in Service Details
B E A U T I F U L ! ! ! http://s18.postimg.org/6hbchr9w9/beautiful.png Thanks a lot, really man, A LOT! It feels complete now! NAGIOS For The Win!! Now I know that I did the right thing when moving from zenoss to Nagios a couple of months ago. Ssax, show this message to your boss, you deserve a rai...
- Tue Mar 24, 2015 2:12 pm
- Forum: Open Source Nagios Projects
- Topic: Web UI does not shows multilines in Service Details
- Replies: 33
- Views: 11576
Re: Web UI does not shows multilines in Service Details
Done. File in PM.
- Tue Mar 24, 2015 12:26 pm
- Forum: Open Source Nagios Projects
- Topic: Web UI does not shows multilines in Service Details
- Replies: 33
- Views: 11576
Re: Web UI does not shows multilines in Service Details
Done, I've sent you more than you asked. Hope this helps in figuring out this issue...
- Tue Mar 24, 2015 9:30 am
- Forum: Open Source Nagios Projects
- Topic: Web UI does not shows multilines in Service Details
- Replies: 33
- Views: 11576
Re: Web UI does not shows multilines in Service Details
Yes, I have NDO
and the extinfo file didn't do anything... (made bkp, copied, restarted nagios, and rechecked the services).
Code: Select all
root@nagios:/home/nagios# ps aux | grep ndo2db
root 68094 0.0 0.1 11748 2220 pts/0 S+ 11:21 0:00 grep --color=auto ndo2db- Tue Mar 24, 2015 7:16 am
- Forum: Open Source Nagios Projects
- Topic: Web UI does not shows multilines in Service Details
- Replies: 33
- Views: 11576
Re: Web UI does not shows multilines in Service Details
I don't know if I have ndomod... How can I check for it? root@nagios:/home/nagios# grep "Program Files Counted" /usr/local/nagios/var/retention.dat -A 2 plugin_output=Program Files Counted: 28 long_plugin_output=7-Zip 9.20 (x64 edition) \nAdobe Flash Player 16 ActiveX \nAdobe Flash Player ...
- Mon Mar 23, 2015 4:02 pm
- Forum: Open Source Nagios Projects
- Topic: Web UI does not shows multilines in Service Details
- Replies: 33
- Views: 11576
Re: Web UI does not shows multilines in Service Details
I've changed it back (10 seconds timeout), but the same keeps on happening. Just the first line is shown on the web ui. And now that I've learned a lot (thanks to you guys), I'm thinking that this is not related to the output size, as the server was already getting all the info before (at 1024). I t...
- Mon Mar 23, 2015 3:21 pm
- Forum: Open Source Nagios Projects
- Topic: Web UI does not shows multilines in Service Details
- Replies: 33
- Views: 11576
Re: Web UI does not shows multilines in Service Details
Okay, 1- nsclient.ini with payload length=4096 ; service restarted 2- nrpe recompiled with 4906 in: root@nagios:/home/nagios/nrpe-2.15# grep -R 4096 include/common.h:#define MAX_INPUT_BUFFER 4096 /* max size of most buffers we use */ include/common.h:#define MAX_PACKETBUFFER_LENGTH 4096 /* max amoun...
- Mon Mar 23, 2015 2:44 pm
- Forum: Open Source Nagios Projects
- Topic: Web UI does not shows multilines in Service Details
- Replies: 33
- Views: 11576
Re: Web UI does not shows multilines in Service Details
After setting this configuration, the service started, but the queries are now giving the error:ssax wrote:You need to make sure you have the information below in your nsclient.ini and restart the nsclient service:
[/settings/NRPE/server]
payload length=4096
CHECK_NRPE: Socket timeout after 10 seconds.
- Mon Mar 23, 2015 2:28 pm
- Forum: Open Source Nagios Projects
- Topic: Web UI does not shows multilines in Service Details
- Replies: 33
- Views: 11576
Re: Web UI does not shows multilines in Service Details
Yes, you are correct! 1- I've put it back to 1024. 2- Re-executed the command 3- And here is the result of your command: root@nagios:/home/nagios/nrpe-2.15# grep "Program Files Counted" /usr/local/nagios/var/status.dat -A 2 plugin_output=Program Files Counted: 28 long_plugin_output=7-Zip 9...