Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Nov 2014 09:02:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194733] New: munin-node [WARNING] Service if_packets_re0 returned no data for label opackets
Message-ID:  <bug-194733-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: claudius.herder@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194733-13>