mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
23 lines
690 B
Text
23 lines
690 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";
|
|
|