Added support for OpenBSD nodes to munin module.
This commit is contained in:
parent
bd08225527
commit
1d260a4997
2 changed files with 70 additions and 18 deletions
|
@ -10,7 +10,11 @@ background 1
|
|||
setseid 1
|
||||
|
||||
user root
|
||||
<% if operatingsystem == "OpenBSD" -%>
|
||||
group wheel
|
||||
<% else -%>
|
||||
group root
|
||||
<% end -%>
|
||||
setsid yes
|
||||
|
||||
# Regexps for files to ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue