- example focused to SUN iLOM MIBs
- start with all MIBs imported, thus env.
MIBS=ALL
or cmdlinesnmptrapd -m ALL ...
- start
snmptrapd -C -c /etc/net-snmp/snmp/snmptrapd.conf -A -Lf /var/log/snmp.traps
for example - Zabbix trap collector sucking traps from
/var/log/snmp.traps
- this way using on Ubuntu and Solaris 11
- by default mails deliverred to snmptraps mail alias on localhost
- mails are multipart plain text and html
I hereby claim:
- I am nudzo on github.
- I am nudzo (https://keybase.io/nudzo) on keybase.
- I have a public key ASAAXGSnfVCAJTrWMjqghr8DeNMAhDASnvKJe3iBFOGhWwo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import kubernetes.client | |
import kubernetes.config | |
CATTLE_NS = [ | |
"cattle-fleet-clusters-system", | |
"cattle-fleet-local-system", | |
"cattle-fleet-system", | |
"cattle-global-data", | |
"cattle-global-nt", | |
"cattle-impersonation-system", |