Re: [Nagios-users] Issues with check_by_ssh

2012-08-20 Thread James Osbourn
Looking at your command from your terminal example and then looking at your command_line from your Nagios definition and your check_command statement the fields all seems to be backwards The things that I can see are - Your Nagios configuration is using the root account to connect to

Re: [Nagios-users] Issues with check_by_ssh

2012-08-17 Thread Eduardo Montes de Oca S.
ition is only using 3 arguments and the > hostaddress. It would be worth checking to make sure that you are passing > the correct arguments from your service and command definitions to your > remote host.**** > > ** ** > > James > > ** ** > > *From:* Eduardo Monte

Re: [Nagios-users] Issues with check_by_ssh

2012-08-16 Thread James Osbourn
definitions to your remote host. James From: Eduardo Montes de Oca S. [mailto:edren...@gmail.com] Sent: 15 August 2012 18:52 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Issues with check_by_ssh Hi list, I have some issues with the plugin "check_by_ssh". In particular, th

Re: [Nagios-users] Issues with check_by_ssh

2012-08-15 Thread Eduardo Montes de Oca S.
Hi friends, Also, I've been doing some tests with the user "nagios" but I obteined the same result. In this case, I tried in the context of the user "Nagios" but it works through the terminal: *nagios@nagioserver:~$ /usr/lib/nagios/plugins/check_by_ssh -l nagios -H 172.16.31.2 -C "/usr/lib/nagio

Re: [Nagios-users] Issues with check_by_ssh

2012-08-15 Thread Morris, Patrick
It’s highly unlikely that the Nagios user has permissions to use a key owned by root, and that’s a good thing. From: Eduardo Montes de Oca S. [mailto:edren...@gmail.com] Sent: Wednesday, August 15, 2012 10:52 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Issues with

Re: [Nagios-users] Issues with check_by_ssh

2012-08-15 Thread Badri Pillai
. [mailto:edren...@gmail.com] Gesendet: Mittwoch, 15. August 2012 17:36 An: nagios-users@lists.sourceforge.net Betreff: [Nagios-users] Issues with check_by_ssh Hi list, I have some issues with the plugin "check_by_ssh". In particular, there is one error: When I run a shell script

[Nagios-users] Issues with check_by_ssh

2012-08-15 Thread Eduardo Montes de Oca S.
Hi list, I have some issues with the plugin "check_by_ssh". In particular, there is one error: When I run a shell script located in another server, from the Nagios server using the check_by_ssh plugin, I don't have any errors and I can see the result of the script, like this: *root@nagioserver#

[Nagios-users] Issues with check_by_ssh

2012-08-15 Thread Eduardo Montes de Oca S.
Hi list, I have some issues with the plugin "check_by_ssh". In particular, there is one error: When I run a shell script located in another server, from the Nagios server using the check_by_ssh plugin, I don't have any errors and I can see the result of the script, like this: *root@nagioserver#

Re: [Nagios-users] Issues with check_by_ssh

2007-08-08 Thread Matthias Kellermann
Hugo, thanks for your answer. Hugo van der Kooij schrieb: > On Wed, 8 Aug 2007, Matthias Kellermann wrote: > >> tonight I got lots of false-positive messages from Nagios. All these >> messages came from services checked with check_by_ssh. Strange thing is >> that SSH was running on all servers a

Re: [Nagios-users] Issues with check_by_ssh

2007-08-08 Thread Hugo van der Kooij
On Wed, 8 Aug 2007, Matthias Kellermann wrote: > tonight I got lots of false-positive messages from Nagios. All these > messages came from services checked with check_by_ssh. Strange thing is > that SSH was running on all servers and there were no problems with the > network connectivity. All othe

[Nagios-users] Issues with check_by_ssh

2007-08-08 Thread Matthias Kellermann
Hello list, tonight I got lots of false-positive messages from Nagios. All these messages came from services checked with check_by_ssh. Strange thing is that SSH was running on all servers and there were no problems with the network connectivity. All other services on these servers had no errors.