Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • Professional Edition
    • Alerting, Graphs
    • None

    Description

      I have a windows server 2019 server attached to observium. Under graphs, when One user is logged in, it says there is ten users. I want to set up an alert for if no one is signed in (utility account must be signed on), but there doesnt seem to be a way to do this?

      Attachments

        Activity

          [OBS-4547] User Alert Checker

          In order to do this you need to add the "users" oid as a custom oid, and then alert on that. For long and boring historical reasons the data in the "graphs" tab is mostly not visible to the alerting system.

          You want this OID:

          hrSystemNumUsers    .1.3.6.1.2.1.25.1.5

          It's a scalar so you put .0 on the end of numeric and text when putting it into the Custom OID system.

          adam.

          adama Adam Armstrong added a comment - In order to do this you need to add the "users" oid as a custom oid, and then alert on that. For long and boring historical reasons the data in the "graphs" tab is mostly not visible to the alerting system. You want this OID: hrSystemNumUsers    .1.3.6.1.2.1.25.1.5 It's a scalar so you put .0 on the end of numeric and text when putting it into the Custom OID system. adam.

          General questions and device support can be discussed in our Discord channel, click here to join.


          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk

            If device not support SNMP version 2c, replace -v2c with -v1.

          • If you have problems with discovery or poller processes, please do and attach these debugs:

            ./discovery.php -d -h <device>
            ./poller.php -d -h <device>

          • additionally attach device and/or vendor specific MIB files

          This comment is added automatically.

          bot Observium Bot added a comment - General questions and device support can be discussed in our Discord channel, click here to join . Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk If device not support SNMP version 2c, replace -v2c with -v1. If you have problems with discovery or poller processes, please do and attach these debugs: ./discovery.php -d -h <device> ./poller.php -d -h <device> additionally attach device and/or vendor specific MIB files This comment is added automatically.

          People

            adama Adam Armstrong
            sjacksier Steven Jacksier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: