Coder Social home page Coder Social logo

Comments (3)

robpou avatar robpou commented on June 26, 2024

I just found the solution for this so I thought I'll share it with the future googlers :)

The problem is caused by having a default setting of 32bit-counters in snmp-interface. One has to enable it with "$snmp_interface_64bit$":

object CheckCommand "snmp-interface" {
    import "plugin-check-command"
    command = [ PluginDir + "/check_snmp_int.pl" ]
    timeout = 1m
    arguments += {
        "--64bits" = {
            description = "Use 64 bits counters instead of the standard counters when checking bandwidth & performance data for interface >= 1Gbps"
            set_if = "$snmp_interface_64bit$"
        }

from manubulon-snmp.

robpou avatar robpou commented on June 26, 2024

After this you might see a state like

bond0:UP No usable data on file (2 rows) , bond0.140:UP No usable data on file (2 rows) , bond1:UP No usable data on file (2 rows) , bond1.130:UP No usable data on file (2 rows) :(4 UP): UNKNOWN

if your check_interval and retry_interval settings are correct, they should go green in a few minutes. Check the documentation of the check_snmp_int.pl especially for the "-d" parameter. I have 180 seconds check_interval and "-d 300" is working for me.

from manubulon-snmp.

SteScho avatar SteScho commented on June 26, 2024

Since the last message was a while ago and I'm currently cleaning up: Closed. If you have any further questions: Reopen or create a new issue.

from manubulon-snmp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.