Search This Blog

Monday, July 13, 2015

Centos 7 check_mk agent quick install


  1. First Install the package:


  2. yum install check-mk-agent

  3. Then Change the /etc/xinetd.d/check-mk-agent:

  4. # configure the IP address(es) of your Nagios server here:
    only_from      = 127.0.0.1 192.168.1.31

  5. Start xinetd service:

  6. systemctl start  xinetd.service
    systemctl enable xinetd.service

  7. Allow firewalld on port 6556:

  8. firewall-cmd --add-port=6556/tcp --permanent
    firewall-cmd --reload

3 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. Sorry, no interesting of selling.
    Thanks!

    ReplyDelete
  3. First place that actually helped me, could be added that we need to connect to EPEL and install xinetd before. Thank you Sir!

    ReplyDelete