problems in xymonnet
list Marco Avvisano
Hi all, Today, I do not know why, xymonnet began to no longer work. (4.3.13) This is the error message: 2014-02-03 11:41:55 Timeout waiting for data from child, killing it 2014-02-03 11:41:55 Timeout waiting for data from child, killing it 2014-02-03 11:41:55 Child process terminated with signal 15 All my network test are purple. I have no problem to ping or telnet my monitored hosts This is my task.cfg : CMD xymonnet --report --ping --checkresponse --trace --test-untagged --timeout=10 --bb-proxy-syntax Any suggestions? thanks Marco
list Henrik Størner
▸
Den 2014-02-03 11:48, Marco Avvisano skrev:
Hi all, Today, I do not know why, xymonnet began to no longer work. (4.3.13) This is the error message: 2014-02-03 11:41:55 Timeout waiting for data from child, killing it 2014-02-03 11:41:55 Timeout waiting for data from child, killing it 2014-02-03 11:41:55 Child process terminated with signal 15 All my network test are purple. I have no problem to ping or telnet my monitored hosts This is my task.cfg : CMD xymonnet --report --ping --checkresponse --trace --test-untagged --timeout=10 --bb-proxy-syntax
The 'Timeout waiting ...' message comes from xymonnet running an external command: Either for an ntp- or rpc-test, or a traceroute to a host that failed the ping check. I see that you use the "--trace" option, so traceroute'ing could be the cause.
Try disabling any ntp- or rpc-tests (you probably don't have a lot of those), and remove the "--trace" option - that should make everything work fine. Then you can re-enable them and see where it breaks.
Regards,
Henrik
list Marco Avvisano
Solved removing the --trace option. I had too many switches down and disabled !! thanks Enrik M.
▸
Il 03/02/2014 12.21, user-ce4a2c883f75@xymon.invalid ha scritto:Den 2014-02-03 11:48, Marco Avvisano skrev:Hi all, Today, I do not know why, xymonnet began to no longer work. (4.3.13) This is the error message: 2014-02-03 11:41:55 Timeout waiting for data from child, killing it 2014-02-03 11:41:55 Timeout waiting for data from child, killing it 2014-02-03 11:41:55 Child process terminated with signal 15 All my network test are purple. I have no problem to ping or telnet my monitored hosts This is my task.cfg : CMD xymonnet --report --ping --checkresponse --trace --test-untagged --timeout=10 --bb-proxy-syntaxThe 'Timeout waiting ...' message comes from xymonnet running an external command: Either for an ntp- or rpc-test, or a traceroute to a host that failed the ping check. I see that you use the "--trace" option, so traceroute'ing could be the cause. Try disabling any ntp- or rpc-tests (you probably don't have a lot of those), and remove the "--trace" option - that should make everything work fine. Then you can re-enable them and see where it breaks. Regards, Henrik