[Xymon] BUG 'New' style interface names not recognised
Eddie Stassen
estassen at gmail.com
Tue Jul 21 11:30:37 CEST 2015
On Centos 7, Xymon does not recognise interface names like p3p1, etc. This
is the interface naming according to the 'Consistent Device Naming'
standard (
http://linux.dell.com/files/whitepapers/consistent_network_device_naming_in_linux.pdf
)
A simple fix would be to change the regex on line 22, do_ifstat.c from:
"^([a-z]+[0123456789.:]*|lo:?)\\s",
to
"^([a-z0-9]+(_[0-9]+)?:*|lo:?)\\s",
Regards,
Eddie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20150721/0d713a65/attachment.html>
More information about the Xymon
mailing list