<div dir="ltr">On Centos 7, Xymon does not recognise interface names like p3p1, etc.  This is the interface naming according to the 'Consistent Device Naming' standard (<a href="http://linux.dell.com/files/whitepapers/consistent_network_device_naming_in_linux.pdf">http://linux.dell.com/files/whitepapers/consistent_network_device_naming_in_linux.pdf</a>)<div><br></div><div>A simple fix would be to change the regex on line 22, do_ifstat.c from:</div><div>   "^([a-z]+[0123456789.:]*|lo:?)\\s",</div><div>to</div><div>   "^([a-z0-9]+(_[0-9]+)?:*|lo:?)\\s",</div><div><br></div><div>Regards,</div><div>Eddie</div></div>