tripleo-image-elements/elements/snmpd
Ben Nemec 3a4ebd78eb Add +x to executable files
There are a few in the tree that don't have it and should.  This
will allow future enforcement of this to avoid files being
committed with the wrong mode set.

Change-Id: Ie22a663a230f087b678c01a16219e1c5b7e237c0
2014-03-10 15:52:51 +00:00
..
files Add +x to executable files 2014-03-10 15:52:51 +00:00
install.d Account for amd64 architecture in snmpd element 2014-02-05 18:56:24 +01:00
os-apply-config/etc Improve snmpd element. 2013-08-02 12:37:08 -07:00
element-deps Add an element that enables the SNMP daemon. 2013-07-17 11:38:12 -07:00
README.md Improve snmpd element. 2013-08-02 12:37:08 -07:00

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