Advertisement
msx

munin-check -f

msx
Sep 17th, 2012
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. /home/msx # munin-check -f
  2. check /usr/share/munin/www
  3. # /usr/share/munin/www : Wrong owner (root != munin)
  4. ls: cannot access /usr/share/munin/www/*: No such file or directory
  5. # /usr/share/munin/www/* : Wrong owner ( != munin)
  6. chown: cannot access ‘/usr/share/munin/www/*’: No such file or directory
  7. check /var/lib/munin/cgi-tmp
  8. ls: cannot access /var/lib/munin/cgi-tmp/*: No such file or directory
  9. # /var/lib/munin/cgi-tmp/* : Wrong owner ( != munin)
  10. chown: cannot access ‘/var/lib/munin/cgi-tmp/*’: No such file or directory
  11. check /var/lib/munin/datafile
  12. check /var/lib/munin/datafile.storable
  13. check /var/lib/munin/graphs
  14. check /var/lib/munin/heybeavis
  15. check /var/lib/munin/htmlconf.storable
  16. check /var/lib/munin/limits
  17. check /var/lib/munin/munin-graph.stats
  18. check /var/lib/munin/munin-update.stats
  19. check /var/lib/munin/spool
  20. ls: cannot access /var/lib/munin/spool/*: No such file or directory
  21. # /var/lib/munin/spool/* : Wrong owner ( != munin)
  22. chown: cannot access ‘/var/lib/munin/spool/*’: No such file or directory
  23. check /var/lib/munin/state-heybeavis-heybeavis.storable
  24. check /var/lib/munin/state-myhostname-myhostname.storable
  25. check miscellaneous
  26. # /var/lib/munin/plugin-state : Wrong owner (munin != nobody)
  27. # /var/lib/munin/plugin-state : Wrong permissions (755 != 775)
  28. Check done. Please note that this script only checks most things,
  29. not all things.
  30.  
  31. Please also note that this script may be buggy.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement