aboutsummaryrefslogtreecommitdiffstats
path: root/src/collectd/collectd_sample_configs/snmp_agent.conf
AgeCommit message (Collapse)AuthorFilesLines
2020-05-25Update SNMP agent configEmma Foley1-4/+0
The one-click install was not working with SNMP. The manual install also wasn't working due to the ``Instance true`` config option in the config. ``Instance true`` is not a valid config option for snmp agent. This option appears in the stable container config, and also in the ansible config, but not in the master container. Removing this unsupported option allows the config to be read and collectd to be started. JIRA: BAROMETER-134 Signed-off-by: Emma Foley <efoley@redhat.com> Change-Id: If154b3190d82d1cd3638a9c258d2b48bb0efe9af
2017-07-26src: add snmp agent plugin configurationShobhi1-0/+388
*snmp_mib_config: copies mibs to net-snmp defined path. Change-Id: Id236073f6d0371a0181043898d8f4fc6da0be3a2 Signed-off-by: Shobhi <shobhi.jain@intel.com>