It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda RMM
formerly Managed Workplace

Adding a Monitor for SNMP Object Identifiers (OIDs)

  • Last updated on

A Simple Network Management Protocol (SNMP) object identifier (OID) monitor checks for a specific piece of status or identification information. SNMP OIDs are found on many devices, including routers and access servers, switches and bridges, hubs, computer hosts, or printers.

There are two types of MIBs: scalar and tabular. Scalar objects define a single object instance whereas tabular objects define multiple related object instances grouped in MIB tables.

You can create a tabular monitor for a known base OID, and Barracuda RMM will automatically create monitors for all elements within that table.

Notes
  • Onsite Manager pulls SNMP information from managed devices using a GET request, whereas SNMP traps are sent from the managed device to the Manager.
  • Onsite Manager pulls a maximum 1,024 scalar monitors from each tabular monitor definition.
  • If you add an SNMP monitor and set it as tabular, but the OID is scalar, nothing will be collected since there are no related OIDs.

To find out whether an OID is tabular or scalar, you can browse the MIB in Barracuda RMM using the Create SNMP for MIB monitoring page. See  Adding a Monitor for SNMP OIDs from MIB. Or you can use a tool such as iReasoning to perform an SNMP walk on the device. See Using iReasoning to Add SNMP OID Information to Service Center.

What You Can Do

You can:

  • Gather status information from network appliances.
  • Monitor all operating systems (Windows, Unix/Linux, Mac OS).
  • Monitor environmental status, such as temperatures and fan speeds.
  • Collect information on firmware versions and device location.

SNMP monitors can be added to devices individually and added to monitoring policies, however they will only be available for SNMP-available devices.

Understanding the Relationship Between Parent and Child Monitors

There are a few considerations regarding parent and child monitors that you must keep in mind when creating an SNMP OID monitor:

  • Changing a parent's monitor or alert configuration does not change existing child monitors. It only affects new child monitors that are created after the changes are saved.
  • Changing a child's monitor or alert configuration does not change the parent's configurations.
  • Changing a child's monitor or alert configuration does not change other child monitor's configurations.
    • To stop the monitoring and alerting, the monitor has to be disabled.
    • To stop the monitor from being created, a regular expression needs to be used that will not detect it or disable the parent. Disabling the parent will also prevent other counters, that may be wanted, from being created.
  • Deleting the parent monitor will delete all child monitors that were created by the parent, even if the child has been modified.
  • Deleting the parent monitor does not delete child monitors that were created by other parent monitors.
  • Disabling the parent does not disable existing child monitors.
  • Disabling the child does not disable the parent or other child monitors.
To add a monitor for an SNMP OID
  1. Do one of the following:
    • To add the monitor to a policy, in Service Center, click Service Delivery Policies > Monitoring. Click the name of the monitoring policy. Click the Monitors tab.
    • To add the monitor to a device directly, in Service Center, click Configuration > Alerting  > Monitor & Alert Rules. From the Site list, select the site where the device is located. From the Device list, select the device to which you want to add a monitor.
  2. Click Add Monitor.
  3. Select SNMP from the list and click Add Monitor.

    The SNMP monitor type is only available if the device is SNMP enabled.

  4. In the Monitor tab, type a title for the monitor.
  5. Optionally, type a description for the monitor.
  6. Ensure the Enabled check box is selected.
  7. Select the New SNMP OID option button.
  8. In the Object Name box, type the OID text identifier.
  9. In the OID box, type the OID numeric value.
  10. From the Object Type list, select either NumericTextDate and Time, or Physical Address.
  11. To collect tabular OIDs, select the Tabular check box.
  12. In the Description box, type a description for the OID.
  13. If you selected the Tabular check box, select a time from the Discovery Interval list to set how frequently tabular children scalar OIDs are captured.
  14. From the Polling Interval list, select an appropriate time to set how frequently the data is captured.
  15. Do one of the following to set when the monitor runs:
    • To set the monitor to run all the time, do nothing.
    • To change when the monitor runs, select either Daily Interval or Specific Interval from the list and use the corresponding lists to define the monitoring. Click OK.
  16. To configure an alert, see Setting Alert Actions.
  17. Click Save.
See Also

Adding or Deleting SNMP OIDs