Hello,
The issue is solved, I have install a new virtual machine with a basic user and not with the user nagios.
And the check don't goes down when 'im closing my session.
Thanks for your time and your help
Search found 25 matches
- Mon Sep 26, 2016 9:06 am
- Forum: Nagios XI
- Topic: Check_by_ssh issue
- Replies: 53
- Views: 15572
- Thu Sep 22, 2016 12:42 am
- Forum: Nagios XI
- Topic: Check_by_ssh issue
- Replies: 53
- Views: 15572
Re: Check_by_ssh issue
What are the permissions of folder? ls -al /home/ ls -al /home/nagios/ ls -al /home/nagios/.ssh Also, are all of your service checks failing that are over SSH or are you just attempting to use the check_disk one? I'm wondering if the problem is under check_disk specifically as there seems to be a b...
- Wed Sep 21, 2016 1:57 am
- Forum: Nagios XI
- Topic: Check_by_ssh issue
- Replies: 53
- Views: 15572
Re: Check_by_ssh issue
Hello, I have a bad news, it's the same I have created a new ssh key put on my remoteserver, the ssh connexion and the check are working but when i'm closing the ssh connexion on my nagios server the check goes down ... my new ssh key on nagios server -rw------- 1 nagios nagios 668 Sep 21 08:43 test...
- Tue Sep 20, 2016 9:13 am
- Forum: Nagios XI
- Topic: Check_by_ssh issue
- Replies: 53
- Views: 15572
Re: Check_by_ssh issue
Just to make sure - after making changes did you restart the sshd services? As @tgriep mentioned, I would delete what exists and follow through our documentation once more as this is really strange and we have not seen this in the past. Yes the service was restarted after change. I will try to dele...
- Fri Sep 16, 2016 8:16 am
- Forum: Nagios XI
- Topic: Check_by_ssh issue
- Replies: 53
- Views: 15572
Re: Check_by_ssh issue
No it's the same, check goes down when i'm closing session (console or ssh)
- Thu Sep 15, 2016 1:43 am
- Forum: Nagios XI
- Topic: Check_by_ssh issue
- Replies: 53
- Views: 15572
Re: Check_by_ssh issue
Please find bellow the two sshd_config Remote Server PubkeyAuthentication yes #AuthorizedKeysFile %h/.ssh/authorized_keys # Don't read the user's ~/.rhosts and ~/.shosts files IgnoreRhosts yes # For this to work you will also need host keys in /etc/ssh_known_hosts RhostsRSAAuthentication no # simila...
- Wed Sep 14, 2016 4:12 am
- Forum: Nagios XI
- Topic: Check_by_ssh issue
- Replies: 53
- Views: 15572
Re: Check_by_ssh issue
Hello,
Just to clarify, If I open a console session the check goes up, and If I logout from my console session, the check goes down.
Yes it's only the check_by_ssh but I don't think it's really a problem with the SSH client or something like that
Just to clarify, If I open a console session the check goes up, and If I logout from my console session, the check goes down.
Yes it's only the check_by_ssh but I don't think it's really a problem with the SSH client or something like that
- Mon Sep 12, 2016 1:31 am
- Forum: Nagios XI
- Topic: Check_by_ssh issue
- Replies: 53
- Views: 15572
Re: Check_by_ssh issue
When I have run this test, the check was up when i have established the session on the nagios server root@beuxp0014162:/home/migeonj# /usr/sbin/sshd -D -d debug1: sshd version OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 debug1: key_parse_private2: missing begin marker debug1: read PEM private key done:...
- Thu Sep 08, 2016 5:26 am
- Forum: Nagios XI
- Topic: Check_by_ssh issue
- Replies: 53
- Views: 15572
Re: Check_by_ssh issue
Please find bellow the debug of the ssh root@remoteserver:# /usr/sbin/sshd -D -d debug1: sshd version OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 debug1: key_parse_private2: missing begin marker debug1: read PEM private key done: type RSA debug1: private host key: #0 type 1 RSA debug1: key_parse_privat...
- Wed Sep 07, 2016 12:52 am
- Forum: Nagios XI
- Topic: Check_by_ssh issue
- Replies: 53
- Views: 15572
Re: Check_by_ssh issue
What sort of storage is the client machine using? Let's try taking Nagios out of the equation completely. Without a SSH session opened, what is the output of the following commands executed from the XI machine? su nagios ssh nagios@ubuntu.ip.here "uptime" Local Storage root@nagiosserver:/...