mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-21 06:08:38 -04:00
24 lines
688 B
Text
24 lines
688 B
Text
|
|
###############################################################################
|
||
|
|
# Access Control
|
||
|
|
###############################################################################
|
||
|
|
|
||
|
|
com2sec readonly localhost public
|
||
|
|
|
||
|
|
group MyROGroup v1 readonly
|
||
|
|
group MyROGroup v2c readonly
|
||
|
|
|
||
|
|
view all included .1 80
|
||
|
|
|
||
|
|
access MyROGroup "" any noauth exact all none none
|
||
|
|
|
||
|
|
syslocation Wonderland
|
||
|
|
syscontact Alice
|
||
|
|
|
||
|
|
|
||
|
|
###############################################################################
|
||
|
|
# Embedded Subagents
|
||
|
|
###############################################################################
|
||
|
|
|
||
|
|
perl do "tests/check_snmp_agent.pl";
|
||
|
|
|