Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
RHEL 7.x
*Location*: https://docs.opsmanager.mongodb.com/current/tutorial/configure-monitoring-munin-node/#install-the-munin-node-package
*User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36
*Referrer*: https://jira.mongodb.org/browse/CS-24778
*Screen Resolution*: 2560 x 1440
*repo*: REPONAME
*source*: tutorial/configure-monitoring-munin-node
RHEL 7.x *Location*: https://docs.opsmanager.mongodb.com/current/tutorial/configure-monitoring-munin-node/#install-the-munin-node-package *User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36 *Referrer*: https://jira.mongodb.org/browse/CS-24778 *Screen Resolution*: 2560 x 1440 *repo*: REPONAME *source*: tutorial/configure-monitoring-munin-node
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