Search found 1 match
- Wed Dec 17, 2025 12:38 am
- Forum: Nagios XI
- Topic: Monitoring network interfaces for low throughput
- Replies: 3
- Views: 3835
Re: Monitoring network interfaces for low throughput
Hello! Nagios XI’s default check_xi_service_mrtgtraf plugin only supports alerts for high bandwidth use, so it cannot natively trigger alarms when throughput falls below a set value; to monitor low traffic you’d need a plugin like check_snmp or check_iftraffic that allows both minimum and maximum th...