Related to:
pollers peers disconnection not working inactive
Problem
- Pollers or peers not connected/ in an inactive state.
Possible Cause(s)
- Different OP5 versions within the cluster.
- SSH keys not propagated within the cluster.
- Corrupted nagios.conf file.
ist diagnose can quickly diagnose most aspects of the above-mentioned errors.
Possible Solution(s)
- Try a
mon restart
first. - Run this command on all devices, and make sure that all devices are running the same version:
cat /etc/op5-monitor-release
It should give output such as this: - If there are differences, please rectify the situation by getting all devices on the same version.
- Afterward, check in the
/var/log/secure
file, and see if there are any errors pertaining to SSH. If there is, run these commands on the server having the issue. This will need to run for each additional server in the cluster. An example:mon sshkey push <hostname1>
This pushes all SSH keys over to the other servers in the cluster. OP5 uses passwordless SSH connections for some communications, so we need to make sure all the SSH keys are moved everywhere.
asmonitor mon sshkey push <hostname1>
mon sshkey push <hostname2>
asmonitor mon sshkey push <hostname2> - If you have a corrupted or damaged naemon config, (which is located at
/opt/monitor/etc/naemon.cfg
), you can simply copy the nagios.conf file from one of the other servers in the cluster, then runmon restart
afterward.
If the issue persists
- Please contact our Client Services team via the chat service box available on any of our websites or via email to support@itrsgroup.com
- Make sure you provide to us:
-Any troubleshooting step already verified from the ones described in this article.
Comments
0 comments
Please sign in to leave a comment.