- First Install the package:
- Then Change the /etc/xinetd.d/check-mk-agent:
- Start xinetd service:
- Allow firewalld on port 6556:
yum install check-mk-agent
# configure the IP address(es) of your Nagios server here: only_from = 127.0.0.1 192.168.1.31
systemctl start xinetd.service systemctl enable xinetd.service
firewall-cmd --add-port=6556/tcp --permanent firewall-cmd --reload
This comment has been removed by a blog administrator.
ReplyDeleteSorry, no interesting of selling.
ReplyDeleteThanks!
First place that actually helped me, could be added that we need to connect to EPEL and install xinetd before. Thank you Sir!
ReplyDelete