Search found 3 matches

by dlovett
Mon Apr 19, 2021 1:08 pm
Forum: Nagios XI
Topic: check_by_ssh timeout scenario
Replies: 5
Views: 959

Re: check_by_ssh timeout scenario

Very interesting development. Some of the scripts have a line that reads: "set -x" in them. When I remove this line I DO NOT get the timeout issue. set -x looks to be a debug feature to prints executed commands and their arguments. In addition, the issue occurs reliably with a script that ...
by dlovett
Thu Mar 25, 2021 12:53 pm
Forum: Nagios XI
Topic: check_by_ssh timeout scenario
Replies: 5
Views: 959

Re: check_by_ssh timeout scenario

Hi, If you ran this check_by_ssh script from the Nagios XI services, then all logs should be in: /usr/local/nagios/var/nagios.log However, if you are to run this script manually then I don't think there is any log being collected. I also looked at the code of this script and there is no log file de...
by dlovett
Wed Mar 24, 2021 1:19 pm
Forum: Nagios XI
Topic: check_by_ssh timeout scenario
Replies: 5
Views: 959

check_by_ssh timeout scenario

Trivial question but where are the log files for the check_by_ssh plugin? I am in the process of migrating our monitors and alerts from our legacy monitoring engine (SiteScope) to Nagios XI and I am having an issue with the check_by_ssh plugin throwing a timeout error. The script on the remote host ...