Advertisement
barjac

munin-node1

Jun 10th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. [root@zmhost munin]# systemctl enable munin-node.service
  2. ln -s '/lib/systemd/system/munin-node.service' '/etc/systemd/system/multi-user.target.wants/munin-node.service'
  3.  
  4. [root@zmhost munin]# systemctl start munin-node.service
  5. [root@zmhost munin]# systemctl status munin-node.service
  6. munin-node.service - Munin Node Server.
  7. Loaded: loaded (/lib/systemd/system/munin-node.service; enabled)
  8. Active: failed (Result: exit-code) since Sun, 10 Jun 2012 17:12:07 +0100; 14s ago
  9. Process: 20392 ExecStart=/usr/sbin/munin-node (code=exited, status=0/SUCCESS)
  10. Main PID: 20393 (code=exited, status=1/FAILURE)
  11. CGroup: name=systemd:/system/munin-node.service
  12.  
  13. [root@zmhost munin]# mc
  14.  
  15. [root@zmhost daemons]# /etc/init.d/munin-node restart
  16. Restarting munin-node (via systemctl): [ OK ]
  17. [root@zmhost daemons]# systemctl status munin-node.service
  18. munin-node.service - Munin Node Server.
  19. Loaded: loaded (/lib/systemd/system/munin-node.service; enabled)
  20. Active: failed (Result: exit-code) since Sun, 10 Jun 2012 17:28:11 +0100; 21s ago
  21. Process: 20451 ExecStart=/usr/sbin/munin-node (code=exited, status=0/SUCCESS)
  22. Main PID: 20452 (code=exited, status=1/FAILURE)
  23. CGroup: name=systemd:/system/munin-node.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement