cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

add snmp configuration #81

Closed stefan-kalb closed 7 years ago

stefan-kalb commented 7 years ago

Extend appflow to contain snmp (v2) configuration.

ivomarino commented 7 years ago

@stefan-kalb: woodwing specific?

stefan-kalb commented 7 years ago

Nein, generell. Aber ich dachte bevor ich’s manuell auf allen Servern einstelle, kann ich’s auch grad über appflow einstellen und dann bekommen das auch unsere anderen Server, wenn wir wollen.

ivomarino commented 7 years ago

@stefan-kalb actually there's no SNMP support, feel free to implement it, should belong to common. For config options you should use something like:

#
# SNMP
#
conf_snmp_enable: true
conf_snmp_<setting_1>: whatever
conf_snmp_<setting_2>: whatever2
stefan-kalb commented 7 years ago

Added missing quotation marks to snmpd.conf.j2, fixed typo in variable name

ivomarino commented 7 years ago

@stefan-kalb can be closed?

stefan-kalb commented 7 years ago

It can be closed