scottwilkerson wrote: I am presuming the cacti user executes the command correct?
check_by_ssh remote command failed @@@@@@@
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: check_by_ssh remote command failed @@@@@@@
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: check_by_ssh remote command failed @@@@@@@
You are likely going to need to give it a shell like /bin/bash
This is the doc we give people for check_by_ssh setup for XI
https://assets.nagios.com/downloads/nag ... ng_SSH.pdf
and a nagios user, even without a password usually has this
This is the doc we give people for check_by_ssh setup for XI
https://assets.nagios.com/downloads/nag ... ng_SSH.pdf
and a nagios user, even without a password usually has this
Code: Select all
nagios:x:500:100::/home/nagios:/bin/bashRe: check_by_ssh remote command failed @@@@@@@
I have already checked everything with the doc (3 times).
And nagios users's is already declared bin/bash in /etc/passwd
According to you, the problem is related with cacti user or nagios user ?
I repeat, I don't remeber cacti paswword, thus how can I reset it and might it be a bad idea to change it ?
And nagios users's is already declared bin/bash in /etc/passwd
According to you, the problem is related with cacti user or nagios user ?
I repeat, I don't remeber cacti paswword, thus how can I reset it and might it be a bad idea to change it ?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: check_by_ssh remote command failed @@@@@@@
I'm not going to be much help.
I still don''t know if the cacti user is what is going to be executing this command.
If it is you would need to follow the doc but on the modify it so on the cacti server you need to give it a password because it currently doesn't have one.
Then follow the doc.
I cannot say if this will affect cacti, because we aren't the authors of that software.
I still don''t know if the cacti user is what is going to be executing this command.
If it is you would need to follow the doc but on the modify it so on the cacti server you need to give it a password because it currently doesn't have one.
Code: Select all
passwd cactiI cannot say if this will affect cacti, because we aren't the authors of that software.