Search found 4 matches
- Mon Nov 09, 2015 10:51 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring if traffic exists in interfaces of appliance fort
- Replies: 7
- Views: 2338
Re: Monitoring if traffic exists in interfaces of appliance
Good afternoon, Unfortunately I do not know the Perl language. ./check_iftraffic64.pl -H <ip> -C <comunity> -i "interface" -r -B -c -w 98 95 OK - Average IN: 0b (0.00%), Average OUT: 0b (0.00%) Total RX: 0bits, TX Total: 1.71Kbits | inUsage = 0.00%; 95; 98 outUsage = 0.00%; 95; 98 inBandwi...
- Fri Oct 09, 2015 11:34 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring if traffic exists in interfaces of appliance fort
- Replies: 7
- Views: 2338
Re: Monitoring if traffic exists in interfaces of appliance
Is a fortigade 200D I have tested some plugins the plugin below , I got traffic data , but I can not define that there is no traffic , generate a critical . So I need a plugin that only examine whether or not there is traffic. ./check_iftraffic64.pl -H <IP> -C <COMUNITY>-i <interface name> -I 1000 -...
- Fri Oct 09, 2015 11:04 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring if traffic exists in interfaces of appliance fort
- Replies: 7
- Views: 2338
Re: Monitoring if traffic exists in interfaces of appliance
I have tested these plugins.
With none of them got what I want
With none of them got what I want
- Fri Oct 09, 2015 10:47 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring if traffic exists in interfaces of appliance fort
- Replies: 7
- Views: 2338
Monitoring if traffic exists in interfaces of appliance fort
Hi folks I am Brazilian, sorry for bad English I have an appliance of FortiGate. I need to monitor two doors that have internet links from different carriers. Must if there is no traffic on one of the interfaces, the nagios returns critical, so I know that the link dropped Is there a plugin for this...