Details

    • New Feature
    • Resolution: Fixed
    • Trivial
    • None
    • None
    • None
    • None

    Description

      can you add a graph for mikrotik to show Active number of Hotspot Users

      I found a value to use for it .1.3.6.1.4.1.9.9.150.1.1.1.0

      http://mail.butchevans.com/pipermail/mikrotik/2010-March/002188.html

      http://oid-info.com/get/1.3.6.1.4.1.9.9.150.1.1.1.0

      it appears to be related to the ciscoAAASessionMIB

      OR

      http://mail.butchevans.com/pipermail/mikrotik/2010-March/002187.html

      and you WALK the value and count how many to get a number

      Attachments

        Activity

          [OBS-1825] Add Mikrotik Active Hotspot Graph

          Added in r9684.

          landy Mike Stupalov added a comment - Added in r9684.
          mtivi Martyushev Tim added a comment - - edited

          adama , landy
          I think we just need to add CISCO-AAA-SESSION-MIB for os=routeros in includes/definitions/os.inc.php (Info: https://wiki.mikrotik.com/wiki/SNMP#Management_information_base_.28MIB.29 )

          Index: includes/definitions/os.inc.php
          ===================================================================
          --- includes/definitions/os.inc.php	(revision 9666)
          +++ includes/definitions/os.inc.php	(working copy)
           $config['os'][$os]['mibs'][]                = "MIKROTIK-MIB";
           $config['os'][$os]['mibs'][]                = "BRIDGE-MIB"; // FDB table
           $config['os'][$os]['mibs'][]                = "UPS-MIB";
          +$config['os'][$os]['mibs'][]                = "CISCO-AAA-SESSION-MIB";
           $config['os'][$os]['mib_blacklist'][]       = "UCD-SNMP-MIB";
           $config['os'][$os]['mib_blacklist'][]       = "Q-BRIDGE-MIB";
           
          

          i test it and it is work. poller.php--m-graphs--d.log

           


          And I suggest to update MIKROTIK-MIB.

          actual: REVISION "201812050000Z"

          mtivi Martyushev Tim added a comment - - edited adama , landy I think we just need to add CISCO-AAA-SESSION-MIB for os=routeros in includes/definitions/os.inc.php (Info: https://wiki.mikrotik.com/wiki/SNMP#Management_information_base_.28MIB.29 ) Index: includes/definitions/os.inc.php =================================================================== --- includes/definitions/os.inc.php (revision 9666) +++ includes/definitions/os.inc.php (working copy) $config['os'][$os]['mibs'][] = "MIKROTIK-MIB"; $config['os'][$os]['mibs'][] = "BRIDGE-MIB"; // FDB table $config['os'][$os]['mibs'][] = "UPS-MIB"; +$config['os'][$os]['mibs'][] = "CISCO-AAA-SESSION-MIB"; $config['os'][$os]['mib_blacklist'][] = "UCD-SNMP-MIB"; $config['os'][$os]['mib_blacklist'][] = "Q-BRIDGE-MIB"; i test it and it is work. poller.php--m-graphs--d.log   And I suggest to update MIKROTIK-MIB. actual: REVISION "201812050000Z"

          People

            adama Adam Armstrong
            si458 Simon Smith
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: