![](https://secure.gravatar.com/avatar/875bf8c1945c0dbdb0ff2e051c08cdfc.jpg?s=120&d=mm&r=g)
Hello Observium team
I am monitoring different kind of devices (linux / windows / cisco) through my Observium. Everything work fine except for some Windows server 2012 network interfaces : the failover interfaces.
Microsoft uses some kind of interface to supply a failover service (2 servers of the same kind speaks a special black protocol to monitor themself).
From the Windows Server, interfaces are "Microsoft failover cluster virtual
adapter".
From Observium, they are seen as ethernet device and as tunnel device.
Observium always seens some packet loss on these interfaces (however, there are no packet loss in the network, even with huge stress). So ... it keeps alerting for packet loss.
You would say "turn monitoring or alerting off on these interfaces". Well .. that what I did :
But I keep getting some alert in the eventlogs :
The others real interfaces on the server work fine (good monitoring, no loss, no alerting). I am only having the problem on these kind of interfaces.
Why does Observium always see packet loss on these interface ? Why does Observium do not stop alerting when I tell him to ?
Thanks for answer!
Greg
![](https://secure.gravatar.com/avatar/6c78029ebd8319629d14699948ee7728.jpg?s=120&d=mm&r=g)
If I remember correctly, you need to add the following to your config.php to disable interface error alerts:
$config['frontpage']['device_status']['errors'] = FALSE;
Hope this helps.
Regards,
SG
On 4/25/2014 2:11 AM, Gregoire Tourres wrote:
Hello Observium team
I am monitoring different kind of devices (linux / windows / cisco) through my Observium. Everything work fine except for some Windows server 2012 network interfaces : the failover interfaces.
Microsoft uses some kind of interface to supply a failover service (2 servers of the same kind speaks a special black protocol to monitor themself). From the Windows Server, interfaces are "Microsoft failover cluster virtual adapter". From Observium, they are seen as ethernet device and as tunnel device.
Observium always seens some packet loss on these interfaces (however, there are no packet loss in the network, even with huge stress). So ... it keeps alerting for packet loss.
You would say "turn monitoring or alerting off on these interfaces". Well .. that what I did :
But I keep getting some alert in the eventlogs :
The others real interfaces on the server work fine (good monitoring, no loss, no alerting). I am only having the problem on these kind of interfaces.
Why does Observium always see packet loss on these interface ? Why does Observium do not stop alerting when I tell him to ?
Thanks for answer!
Greg
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/1b1bb9ce035790061259674587e35672.jpg?s=120&d=mm&r=g)
I find that Windows 2008 servers have loads of interfaces that really don't need monitored. I have the below in config.php which removes all of the interfaces that I don't want to monitor:
// Interfaces with the below strings/REGEX present in ifDescr (case-INsensitive) are ignored. $config['bad_if_regexp'][] = "/WAN Miniport.*/"; $config['bad_if_regexp'][] = "/Teredo Tunneling Pseudo-Interface/"; $config['bad_if_regexp'][] = "/Microsoft ISATAP.*/";
Jake
On 25 Apr 2014, at 15:43, "Spencer Gaw" spencerg@frii.net wrote:
If I remember correctly, you need to add the following to your config.php to disable interface error alerts:
$config['frontpage']['device_status']['errors'] = FALSE;
Hope this helps.
Regards,
SG
On 4/25/2014 2:11 AM, Gregoire Tourres wrote: Hello Observium team
I am monitoring different kind of devices (linux / windows / cisco) through my Observium. Everything work fine except for some Windows server 2012 network interfaces : the failover interfaces.
Microsoft uses some kind of interface to supply a failover service (2 servers of the same kind speaks a special black protocol to monitor themself). From the Windows Server, interfaces are "Microsoft failover cluster virtual adapter". From Observium, they are seen as ethernet device and as tunnel device.
Observium always seens some packet loss on these interfaces (however, there are no packet loss in the network, even with huge stress). So ... it keeps alerting for packet loss.
You would say "turn monitoring or alerting off on these interfaces". Well .. that what I did :
But I keep getting some alert in the eventlogs :
The others real interfaces on the server work fine (good monitoring, no loss, no alerting). I am only having the problem on these kind of interfaces.
Why does Observium always see packet loss on these interface ? Why does Observium do not stop alerting when I tell him to ?
Thanks for answer!
Greg
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Gregoire Tourres
-
Jake Turner
-
Spencer Gaw