/usr/share/tripleo-image-elements/snmpd/README.md is in python-tripleo-image-elements 0.7.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | Simple Network Management Protocol (SNMP) daemon.
Installs packaged snmpd, snmp-mibs-downloader, lm-sensors and
nagios-plugins-basic.
nagios-plugins-basic is installed to provide a basic frame work for the initial
check.
Nagios style check for open file limits, per process is provided.
Creates a read only user with password for snmp v3 authentication.
exposes OoOEnabled and CheckProcOpenFiles via the NET-SNMP-EXTEND-MIB OID
block.
Grants snmp user password-less sudo access to lsof, so that the per process
check works correctly.
Options should be provided via heat. For example:
snmpd:
export_MIB: UCD-SNMP-MIB
readonly_user_name: RoUser
readonly_user_password: password
|