[Bug 194733] New: munin-node [WARNING] Service if_packets_re0 returned no data for label opackets

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 1 09:02:56 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194733

            Bug ID: 194733
           Summary: munin-node [WARNING] Service if_packets_re0 returned
                    no data for label opackets
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: claudius.herder at ambtec.de

Created attachment 148851
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148851&action=edit
patch for patch-plugins__node.d.freebsd__if_packets_.in

Plugin if_packets_ returns no data for physical links and tun interfaces.

2014/11/01 09:05:00 [WARNING] Service if_packets_tun0 on
server.ambtec.de/localhost:4949 returned no data for label opackets
2014/11/01 09:05:00 [WARNING] Service if_packets_tun0 on
server.ambtec.de/localhost:4949 returned no data for label rpackets
2014/11/01 09:05:15 [WARNING] Service if_packets_re0 on
server.ambtec.de/localhost:4949 returned no data for label rpackets
2014/11/01 09:05:15 [WARNING] Service if_packets_re0 on
server.ambtec.de/localhost:4949 returned no data for label opackets

Attached patch should fix the issue.

I'm unsure about the  if (NF == 10) case, maybe "rpackets.value", $4;  must be
adjusted to "rpackets.value", $3;

I tested my modifications on FreeBSD 10.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list