Pacemaker Cluster monitoring.
Posted: Fri Jun 25, 2021 4:32 pm
Hi Team,
Request plugin / plan to monitor Pacemaker cluster service.
What Linux team is expecting here is to monitor Cluster state using commands such as
pcs cluster status
pcs resource show
pcs stonith show
is there any way we can achieve this. we are open to your suggestions.
cluster events like resource or node failure
node or resource restart / shut down
Please find below info for understanding the platform on which cluster state has to be monitored.
netstat -anp |grep 5666
ps -ef |grep nrpe
netstat -anp |grep 5666
tcp6 0 0 :::5666 :::* LISTEN 1624/xinetd
ps -ef |grep nrpe
root 31189 25612 0 01:07 pts/0 00:00:00 grep --color=auto nrpe
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.8 (Maipo)
Request plugin / plan to monitor Pacemaker cluster service.
What Linux team is expecting here is to monitor Cluster state using commands such as
pcs cluster status
pcs resource show
pcs stonith show
is there any way we can achieve this. we are open to your suggestions.
cluster events like resource or node failure
node or resource restart / shut down
Please find below info for understanding the platform on which cluster state has to be monitored.
netstat -anp |grep 5666
ps -ef |grep nrpe
netstat -anp |grep 5666
tcp6 0 0 :::5666 :::* LISTEN 1624/xinetd
ps -ef |grep nrpe
root 31189 25612 0 01:07 pts/0 00:00:00 grep --color=auto nrpe
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.8 (Maipo)