diff --git a/slack/prod/tsys-ovh/files/etc/snmpd/snmpd.conf b/slack/prod/tsys-ovh/files/etc/snmpd/snmpd.conf new file mode 100644 index 0000000..126437a --- /dev/null +++ b/slack/prod/tsys-ovh/files/etc/snmpd/snmpd.conf @@ -0,0 +1,37 @@ +########################################################################## +# snmpd.conf +# Created by CNW on 11/3/2018 via snmpconf wizard and manual post tweaks +########################################################################### +# SECTION: Monitor Various Aspects of the Running Host +# +# The following check up on various aspects of a host. + +# disk: Check for disk space usage of a partition. +# The agent can check the amount of available disk space, and make +# sure it is above a set limit. +# +load 3 3 3 +rocommunity kn3lmgmt 10.253.3.99 +syslocation OVH +syscontact prodtechopsalerts@turnsys.com +sysservices 76 + +#TSYS tweaks + +#Temperature +#pass_persist .1.3.6.1.4.1.9.9.13.1.3 /usr/local/bin/temper-snmp +#Smart +extend smart /usr/local/librenms/smart +#NTP +extend ntp-client /usr/local/librenms/ntp-client.sh +#SMTP +extend mailq /usr/local/librenms/postfix-queues +extend postfixdetailed /usr/local/librenms/postfixdetailed + +#Distro Detection +extend .1.3.6.1.4.1.2021.7890.1 distro /usr/local/librenms/distro +extend osupdate /usr/local/librenms/os-updates.sh + +# Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX +smuxpeer .1.3.6.1.4.1.674.10892.1 + diff --git a/slack/prod/tsys-pfv/files/etc/snmpd/snmpd.conf b/slack/prod/tsys-pfv/files/etc/snmpd/snmpd.conf new file mode 100644 index 0000000..298f15a --- /dev/null +++ b/slack/prod/tsys-pfv/files/etc/snmpd/snmpd.conf @@ -0,0 +1,37 @@ +########################################################################## +# snmpd.conf +# Created by CNW on 11/3/2018 via snmpconf wizard and manual post tweaks +########################################################################### +# SECTION: Monitor Various Aspects of the Running Host +# +# The following check up on various aspects of a host. + +# disk: Check for disk space usage of a partition. +# The agent can check the amount of available disk space, and make +# sure it is above a set limit. +# +load 3 3 3 +rocommunity kn3lmgmt 10.253.3.99 +syslocation PFV +syscontact prodtechopsalerts@turnsys.com +sysservices 76 + +#TSYS tweaks + +#Temperature +#pass_persist .1.3.6.1.4.1.9.9.13.1.3 /usr/local/bin/temper-snmp +#Smart +extend smart /usr/local/librenms/smart +#NTP +extend ntp-client /usr/local/librenms/ntp-client.sh +#SMTP +extend mailq /usr/local/librenms/postfix-queues +extend postfixdetailed /usr/local/librenms/postfixdetailed + +#Distro Detection +extend .1.3.6.1.4.1.2021.7890.1 distro /usr/local/librenms/distro +extend osupdate /usr/local/librenms/os-updates.sh + +# Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX +smuxpeer .1.3.6.1.4.1.674.10892.1 +