Fixed example syntax from munin::snmpnode
This commit is contained in:
parent
393cdceb4e
commit
405ec19c2a
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class munin::node {
|
||||||
# === Sample usage
|
# === Sample usage
|
||||||
#
|
#
|
||||||
# munin::snmpnode { "sw1.example.com":
|
# munin::snmpnode { "sw1.example.com":
|
||||||
# $snmp_community => "mycommunity",
|
# snmp_community => "mycommunity",
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
define munin::snmpnode($snmp_community="public", $snmp_version="2") {
|
define munin::snmpnode($snmp_community="public", $snmp_version="2") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue