I am very interested into teaching my zabbix setup to diferentiate the interfaces on my cisco switches into user interfaces and server interfaces, basically I would like to get 24/7 alerts on the important interfaces while only monitoring and data collection from the user interfaces.
After asking on stackoverflow a user told me that I could use the description to add some information on interface type (https://networkengineering.stackexch...ystem-via-snmp)
So my idea would be:
After asking on stackoverflow a user told me that I could use the description to add some information on interface type (https://networkengineering.stackexch...ystem-via-snmp)
So my idea would be:
- Add some description to the interfaces (such as server / user)
- Add the logic into zabbix to parse this description
- Modify the alert system to consider user ports non important
Comment