Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-6369

Comment on: "mms/tutorial/configure-monitoring-munin-node.txt"

    XMLWordPrintableJSON

Details

    Description

      The "/etc/init.d/munin-node" script is not present anymore on RHEL / Centos 7.x munin-node packages and is replaced by a SystemD service unit file.

      This will be probably the same on other Linux distributions that use systemd like newest Ubuntu releases.

      Please add a reference for this.

      You can run this SystemD command to confirm that the munin-node service was installed correctly:

      systemctl list-unit-files|grep munin
      

      You should get an output similar to:

      munin-node.service                          disabled
      

      If the munin-node service is not shown try to reload the SystemD configuration and unit files:

      systemctl daemon-reload
      

      You can start munin-node using the command:

      systemctl start munin-node.service
      

      You can set munin-node to start at boot using:

      systemctl enable munin-node.service
      

      Kind regards,
      Emilio

      Attachments

        Activity

          People

            bgrabar Bob Grabar
            emilio.scalise@mongodb.com Emilio Scalise
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              7 years, 29 weeks ago