All MIBs › NETBOTZ-PRD-BOT-MIB
Category: Environmental Monitoring
Description:
Defines product-specific monitoring objects and alert thresholds for NetBotz Bot sensor appliances.
Imported Objects
From NETBOTZ-DEVICE-MIB
| netBotz-ismetric |
From NETBOTZ-MIB
| netBotz-products |
From NETBOTZ-PRODUCTS-MIB
| netBotz-prd-bot |
From RFC-1212
| OBJECT-TYPE |
From RFC-1215
| TRAP-TYPE |
From RFC1155-SMI
| IpAddress |
From RFC1213-MIB
| DisplayString |
What Is NETBOTZ-PRD-BOT-MIB?
NETBOTZ-PRD-BOT-MIB is a vendor-specific MIB (NetBotz, now part of APC/Schneider Electric) defining product-specific monitoring objects and alert thresholds for the NetBotz "Bot" family of environmental sensor appliances, used to watch physical conditions in data centers and equipment rooms. It exposes environmental sensor readings and associated min/max alert thresholds for temperature, humidity, airflow, and audio level, plus a door-ajar sensor state, along with dedicated trap objects for temperature and humidity alarms. This is a hardware-environment monitoring MIB in the classic sense — it is used to monitor physical conditions around IT equipment (temperature, humidity, airflow, sound, and physical door access) so operators are alerted to conditions that could damage hardware, such as overheating or unauthorized rack-room entry. It is a vendor-specific product extension that would typically be layered alongside NetBotz's core/base MIB definitions on which its sensor object structure depends. It is typically deployed in data centers and network closets, where NetBotz Bot appliances are wall- or rack-mounted to provide independent environmental and physical-security monitoring separate from the IT equipment itself. Network engineers evaluating or troubleshooting this functionality can download the NETBOTZ-PRD-BOT-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in NETBOTZ-PRD-BOT-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- temperature reading and thresholds
- humidity reading and thresholds
- airflow level
- audio/sound level
- door-ajar/physical access state
Supported Devices
- NetBotz (APC) Bot environmental sensor appliance
Monitoring Examples
An admin would poll netBotz-prd-bot-temp and netBotz-prd-bot-humidity for current readings and compare them against netBotz-prd-bot-temp-min/netBotz-prd-bot-temp-max and netBotz-prd-bot-humidity-min/netBotz-prd-bot-humidity-max threshold objects; a temperature reading crossing netBotz-prd-bot-temp-max would trigger netBotz-prd-bot-temperature-traps, alerting staff to a cooling failure in the room. netBotz-prd-bot-doorajar reveals unauthorized or prolonged physical access to the equipment room, while netBotz-prd-bot-airflow and netBotz-prd-bot-audio provide supplementary signals (e.g., a failed CRAC fan reducing airflow) that something in the environment has changed.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| NTF netBotz_prd_bot_low_trap | 1.3.6.1.4.1.5528.30.10.0.1 | Netbotz Low Trap. This trap indicates that a lower limit has been exceeded. | ||
| NTF netBotz_prd_bot_high_trap | 1.3.6.1.4.1.5528.30.10.0.2 | Netbotz High Trap. This trap indicates that an upper limit has been exceeded. | ||
| NTF netBotz_prd_bot_trap_clear | 1.3.6.1.4.1.5528.30.10.0.3 | Netbotz Cleared Trap. The trap has been cleared because the value has returned to acceptable limits. | ||
| NTF netBotz_prd_bot_offline_trap | 1.3.6.1.4.1.5528.30.10.0.4 | Netbotz Device Offline Trap. This trap indicates that a device or function has been determined to be offline. | ||
| NTF netBotz_prd_bot_online_trap | 1.3.6.1.4.1.5528.30.10.0.5 | Netbotz Device Online Trap. This trap indicates that a device or function has been determined to be online. | ||
| INT netBotz_prd_bot_temp | 1.3.6.1.4.1.5528.30.10.1 | INTEGER | read-only | The reading of the temperature probe, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_humidity | 1.3.6.1.4.1.5528.30.10.2 | INTEGER | read-only | The reading of the humidity probe, in percent. |
| INT netBotz_prd_bot_airflow | 1.3.6.1.4.1.5528.30.10.3 | INTEGER | read-only | The reading of the airflow probe. Each unit represents approximately 40 feet/minute or 13 meters/minute of airflow velocity. |
| INT netBotz_prd_bot_audio | 1.3.6.1.4.1.5528.30.10.4 | INTEGER | read-only | The reading of the audio alarm probe on/off. |
| INT netBotz_prd_bot_doorajar | 1.3.6.1.4.1.5528.30.10.5 | INTEGER | read-only | The reading of the door switch probe open(0) or closed(1). |
| INT netBotz_prd_bot_temp_min | 1.3.6.1.4.1.5528.30.10.6 | INTEGER | read-write | The temperature probe minimum, from 35 to 120 degrees F, or 1 to 50 degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_temp_max | 1.3.6.1.4.1.5528.30.10.7 | INTEGER | read-write | The temperature probe maximum, from 35 to 120 degrees F, or 1 to 50 degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_humidity_min | 1.3.6.1.4.1.5528.30.10.8 | INTEGER | read-write | The humidity probe minimum, from 10 to 90 percent. |
| INT netBotz_prd_bot_humidity_max | 1.3.6.1.4.1.5528.30.10.9 | INTEGER | read-write | The humidity probe maximum, from 10 to 90 percent. |
| INT netBotz_prd_bot_airflow_mins | 1.3.6.1.4.1.5528.30.10.10 | INTEGER | read-write | Minutes without airflow before alarm set. |
| INT netBotz_prd_bot_audio_secs | 1.3.6.1.4.1.5528.30.10.11 | INTEGER | read-write | Seconds of alarm audio before alarm set. |
| INT netBotz_prd_bot_temp_enabled | 1.3.6.1.4.1.5528.30.10.12 | INTEGER | read-write | Temperature probe alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_hum_enabled | 1.3.6.1.4.1.5528.30.10.13 | INTEGER | read-write | Humidity probe alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_air_enabled | 1.3.6.1.4.1.5528.30.10.14 | INTEGER | read-write | Airflow probe alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_audio_enabled | 1.3.6.1.4.1.5528.30.10.15 | INTEGER | read-write | Audio probe alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_switch_state | 1.3.6.1.4.1.5528.30.10.16 | INTEGER | read-write | Switch state setting. The state controls which condition of the door switch indicates an alarm. If set to 0, alarm is set when the switch is closed. If set to 1, alarm is set when the switch is open. |
| INT netBotz_prd_bot_switch_enabled | 1.3.6.1.4.1.5528.30.10.17 | INTEGER | read-write | Door switch enabled(1) or disabled(0). |
| INT netBotz_prd_bot_audio_level | 1.3.6.1.4.1.5528.30.10.18 | INTEGER | read-write | Audio level setting. This is the relative audio level, from 0-11, above which an alarm will be sent. |
| INT netBotz_prd_bot_doorpic_delay | 1.3.6.1.4.1.5528.30.10.19 | INTEGER | read-write | Number of seconds between door alert and first picture. |
| INT netBotz_prd_bot_trap_index | 1.3.6.1.4.1.5528.30.10.20 | INTEGER | read-only | The crawler ID of the last trap. |
| IP netBotz_prd_bot_trap_address | 1.3.6.1.4.1.5528.30.10.21 | IpAddress | read-only | The IP address of the last trap. |
| OID netBotz_prd_bot_trap_oid | 1.3.6.1.4.1.5528.30.10.22 | OBJECT IDENTIFIER | read-only | The object id of the last trap. |
| INT netBotz_prd_bot_trap_value | 1.3.6.1.4.1.5528.30.10.23 | INTEGER | read-only | The value of the last object trap. |
| INT netBotz_prd_bot_trap_date | 1.3.6.1.4.1.5528.30.10.24 | INTEGER | read-only | The date and time of a specific trap. This field contains the number of seconds elapsed since midnight (00:00:00), January 1, 1970 |
| INT netBotz_prd_bot_refresh | 1.3.6.1.4.1.5528.30.10.26 | INTEGER | read-write | Rate of web page refresh, in seconds. This must be greater than 5 seconds. |
| INT netBotz_prd_bot_airflow_level | 1.3.6.1.4.1.5528.30.10.27 | INTEGER | read-write | Airflow alert level. This is the relative level of airflow below which an alarm will be sent. The range is 1-11. Each unit is approximately 40 feet/second or 13 meters/second of airflow velocity. |
| INT netBotz_prd_bot_doorpic_count | 1.3.6.1.4.1.5528.30.10.28 | INTEGER | read-write | Number of pictures to take when door activated. These pictures will be sent as attachments to the door alert e-mail. The range is from 0 to 5 pictures. |
| INT netBotz_prd_bot_amps1 | 1.3.6.1.4.1.5528.30.10.29 | INTEGER | read-only | The reading of the first amperage probe, in milliamps. |
| INT netBotz_prd_bot_amps1_enabled | 1.3.6.1.4.1.5528.30.10.30 | INTEGER | read-write | Amperage[1] probe alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_amps1_min | 1.3.6.1.4.1.5528.30.10.31 | INTEGER | read-write | The amperage[1] probe minimum, from 0 to 30000 milliamps. |
| INT netBotz_prd_bot_amps1_max | 1.3.6.1.4.1.5528.30.10.32 | INTEGER | read-write | The amperage[1] probe maximum, from 0 to 30000 milliamps. |
| INT netBotz_prd_bot_amps2 | 1.3.6.1.4.1.5528.30.10.34 | INTEGER | read-only | The reading of the second amperage probe, in milliamps. |
| INT netBotz_prd_bot_amps2_enabled | 1.3.6.1.4.1.5528.30.10.35 | INTEGER | read-write | Amperage[2] probe alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_amps2_min | 1.3.6.1.4.1.5528.30.10.36 | INTEGER | read-write | The amperage[2] probe minimum, from 0 to 30000 milliamps. |
| INT netBotz_prd_bot_amps2_max | 1.3.6.1.4.1.5528.30.10.37 | INTEGER | read-write | The amperage[2] probe maximum, from 0 to 30000 milliamps. |
| INT netBotz_prd_bot_amps3 | 1.3.6.1.4.1.5528.30.10.39 | INTEGER | read-only | The reading of the third amperage probe, in milliamps. |
| INT netBotz_prd_bot_amps3_enabled | 1.3.6.1.4.1.5528.30.10.40 | INTEGER | read-write | Amperage[3] probe alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_amps3_min | 1.3.6.1.4.1.5528.30.10.41 | INTEGER | read-write | The amperage[3] probe minimum, from 0 to 30000 milliamps. |
| INT netBotz_prd_bot_amps3_max | 1.3.6.1.4.1.5528.30.10.42 | INTEGER | read-write | The amperage[3] probe maximum, from 0 to 30000 milliamps. |
| INT netBotz_prd_bot_amps_total | 1.3.6.1.4.1.5528.30.10.44 | INTEGER | read-only | The total of the readings of all amperage probes, in milliamps. |
| INT netBotz_prd_bot_amps_total_enabled | 1.3.6.1.4.1.5528.30.10.45 | INTEGER | read-write | Total amperage alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_amps_total_min | 1.3.6.1.4.1.5528.30.10.46 | INTEGER | read-write | The total amperage minimum, from 0 to 90000 milliamps. |
| INT netBotz_prd_bot_amps_total_max | 1.3.6.1.4.1.5528.30.10.47 | INTEGER | read-write | The total amperage maximum, from 0 to 90000 milliamps. |
| STR netBotz_prd_bot_amps_total_support_enabled | 1.3.6.1.4.1.5528.30.10.48 | DisplayString | read-write | Total Amperage Support enabled(Y) or disabled(N). |
| INT netBotz_prd_bot_amps1_uV_per_10mA | 1.3.6.1.4.1.5528.30.10.49 | INTEGER | read-write | The scaling factor used for the first amperage probe to convert microvolts measured from the Amp Detect into 10s of milliamps of current. Needs to be set based on the type of Amp Detect module installed. |
| INT netBotz_prd_bot_amps2_uV_per_10mA | 1.3.6.1.4.1.5528.30.10.50 | INTEGER | read-write | The scaling factor used for the second amperage probe to convert microvolts measured from the Amp Detect into 10s of milliamps of current. Needs to be set based on the type of Amp Detect module installed. |
| INT netBotz_prd_bot_amps3_uV_per_mA | 1.3.6.1.4.1.5528.30.10.51 | INTEGER | read-write | The scaling factor used for the third amperage probe to convert microvolts measured from the Amp Detect into 10s of milliamps of current. Needs to be set based on the type of Amp Detect module installed. |
| INT netBotz_prd_bot_amps1_max_range | 1.3.6.1.4.1.5528.30.10.52 | INTEGER | read-write | The maximum RMS milliamps measureable by the first Amp Detect. |
| INT netBotz_prd_bot_amps2_max_range | 1.3.6.1.4.1.5528.30.10.53 | INTEGER | read-write | The maximum RMS milliamps measureable by the second Amp Detect. |
| INT netBotz_prd_bot_amps3_max_range | 1.3.6.1.4.1.5528.30.10.54 | INTEGER | read-write | The maximum RMS milliamps measureable by the third Amp Detect. |
| INT netBotz_prd_bot_amps4 | 1.3.6.1.4.1.5528.30.10.55 | INTEGER | read-only | The reading of the fourth amperage probe, in milliamps. |
| INT netBotz_prd_bot_amps4_enabled | 1.3.6.1.4.1.5528.30.10.56 | INTEGER | read-write | Amperage[4] probe alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_amps4_min | 1.3.6.1.4.1.5528.30.10.57 | INTEGER | read-write | The amperage[4] probe minimum, in milliamps. |
| INT netBotz_prd_bot_amps4_max | 1.3.6.1.4.1.5528.30.10.58 | INTEGER | read-write | The amperage[4] probe maximum, in milliamps. |
| INT netBotz_prd_bot_amps4_uV_per_10mA | 1.3.6.1.4.1.5528.30.10.60 | INTEGER | read-write | The scaling factor used for the fourth amperage probe to convert microvolts measured from the Amp Detect into 10s of milliamps of current. Needs to be set based on the type of Amp Detect module installed. |
| INT netBotz_prd_bot_amps4_max_range | 1.3.6.1.4.1.5528.30.10.61 | INTEGER | read-write | The maximum RMS milliamps measureable by the fourth Amp Detect. |
| INT netBotz_prd_bot_ext_temp1 | 1.3.6.1.4.1.5528.30.10.62 | INTEGER | read-only | The reading of the external temperature probe on port 1, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp2 | 1.3.6.1.4.1.5528.30.10.63 | INTEGER | read-only | The reading of the external temperature probe on port 2, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp3 | 1.3.6.1.4.1.5528.30.10.64 | INTEGER | read-only | The reading of the external temperature probe on port 3, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp4 | 1.3.6.1.4.1.5528.30.10.65 | INTEGER | read-only | The reading of the external temperature probe on port 4, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp1_enabled | 1.3.6.1.4.1.5528.30.10.66 | INTEGER | read-write | External temperature probe on port 1 alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_ext_temp1_min | 1.3.6.1.4.1.5528.30.10.67 | INTEGER | read-write | The external temperature probe on port 1 probe minimum, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp1_max | 1.3.6.1.4.1.5528.30.10.68 | INTEGER | read-write | The external temperature probe on port 1 probe maximum, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp2_enabled | 1.3.6.1.4.1.5528.30.10.69 | INTEGER | read-write | External temperature probe on port 2 alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_ext_temp2_min | 1.3.6.1.4.1.5528.30.10.70 | INTEGER | read-write | The external temperature probe on port 2 probe minimum, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp2_max | 1.3.6.1.4.1.5528.30.10.71 | INTEGER | read-write | The external temperature probe on port 2 probe maximum, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp3_enabled | 1.3.6.1.4.1.5528.30.10.72 | INTEGER | read-write | External temperature probe on port 3 alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_ext_temp3_min | 1.3.6.1.4.1.5528.30.10.73 | INTEGER | read-write | The external temperature probe on port 3 probe minimum, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp3_max | 1.3.6.1.4.1.5528.30.10.74 | INTEGER | read-write | The external temperature probe on port 3 probe maximum, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp4_enabled | 1.3.6.1.4.1.5528.30.10.75 | INTEGER | read-write | External temperature probe on port 4 alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_ext_temp4_min | 1.3.6.1.4.1.5528.30.10.76 | INTEGER | read-write | The external temperature probe on port 4 probe minimum, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp4_max | 1.3.6.1.4.1.5528.30.10.77 | INTEGER | read-write | The external temperature probe on port 4 probe maximum, in degrees F or degrees C (depends on netBotz-ismetric). |
| INT netBotz_prd_bot_ext_temp1_uV_per_degreeC | 1.3.6.1.4.1.5528.30.10.78 | INTEGER | read-write | The scaling factor used for the external temperature probe on port 1 to convert microvolts measured from the temperature sensor into degrees C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp1_uV_at_0_degreeC | 1.3.6.1.4.1.5528.30.10.79 | INTEGER | read-write | The offset used for the external temperature probe on port 1 of microvolts measured from the temperature sensor at zero degrees C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp1_min_range | 1.3.6.1.4.1.5528.30.10.80 | INTEGER | read-write | The minimum temperature measureable by the temperature sensor installed on port 1, in tenths of a degree C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp1_max_range | 1.3.6.1.4.1.5528.30.10.81 | INTEGER | read-write | The maximum temperature measureable by the temperature sensor installed on port 1, in tenths of a degree C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp2_uV_per_degreeC | 1.3.6.1.4.1.5528.30.10.82 | INTEGER | read-write | The scaling factor used for the external temperature probe on port 2 to convert microvolts measured from the temperature sensor into degrees C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp2_uV_at_0_degreeC | 1.3.6.1.4.1.5528.30.10.83 | INTEGER | read-write | The offset used for the external temperature probe on port 2 of microvolts measured from the temperature sensor at zero degrees C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp2_min_range | 1.3.6.1.4.1.5528.30.10.84 | INTEGER | read-write | The minimum temperature measureable by the temperature sensor installed on port 2, in tenths of a degree C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp2_max_range | 1.3.6.1.4.1.5528.30.10.85 | INTEGER | read-write | The maximum temperature measureable by the temperature sensor installed on port 2, in tenths of a degree C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp3_uV_per_degreeC | 1.3.6.1.4.1.5528.30.10.86 | INTEGER | read-write | The scaling factor used for the external temperature probe on port 3 to convert microvolts measured from the temperature sensor into degrees C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp3_uV_at_0_degreeC | 1.3.6.1.4.1.5528.30.10.87 | INTEGER | read-write | The offset used for the external temperature probe on port 3 of microvolts measured from the temperature sensor at zero degrees C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp3_min_range | 1.3.6.1.4.1.5528.30.10.88 | INTEGER | read-write | The minimum temperature measureable by the temperature sensor installed on port 3, in tenths of a degree C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp3_max_range | 1.3.6.1.4.1.5528.30.10.89 | INTEGER | read-write | The maximum temperature measureable by the temperature sensor installed on port 3, in tenths of a degree C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp4_uV_per_degreeC | 1.3.6.1.4.1.5528.30.10.90 | INTEGER | read-write | The scaling factor used for the external temperature probe on port 4 to convert microvolts measured from the temperature sensor into degrees C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp4_uV_at_0_degreeC | 1.3.6.1.4.1.5528.30.10.91 | INTEGER | read-write | The offset used for the external temperature probe on port 4 of microvolts measured from the temperature sensor at zero degrees C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp4_min_range | 1.3.6.1.4.1.5528.30.10.92 | INTEGER | read-write | The minimum temperature measureable by the temperature sensor installed on port 4, in tenths of a degree C. Needs to be set based on the type of temperature sensor module installed. |
| INT netBotz_prd_bot_ext_temp4_max_range | 1.3.6.1.4.1.5528.30.10.93 | INTEGER | read-write | The maximum temperature measureable by the temperature sensor installed on port 4, in tenths of a degree C. Needs to be set based on the type of temperature sensor module installed. |
| STR netBotz_prd_bot_ext_port1_module_id | 1.3.6.1.4.1.5528.30.10.94 | DisplayString | read-write | The module ID of the sensor module installed on port 1. Blank string indicates that no module is installed. |
| STR netBotz_prd_bot_ext_port1_module_type | 1.3.6.1.4.1.5528.30.10.95 | DisplayString | read-write | The type of sensor module installed on port 1. NONE=no module, AMP=AmpDetect module, TEMP=temperature sensor, DRY=dry contact sensor. |
| STR netBotz_prd_bot_ext_port2_module_id | 1.3.6.1.4.1.5528.30.10.96 | DisplayString | read-write | The module ID of the sensor module installed on port 2. Blank string indicates that no module is installed. |
| STR netBotz_prd_bot_ext_port2_module_type | 1.3.6.1.4.1.5528.30.10.97 | DisplayString | read-write | The type of sensor module installed on port 2. NONE=no module, AMP=AmpDetect module, TEMP=temperature sensor, DRY=dry contact sensor. |
| STR netBotz_prd_bot_ext_port3_module_id | 1.3.6.1.4.1.5528.30.10.98 | DisplayString | read-write | The module ID of the sensor module installed on port 3. Blank string indicates that no module is installed. |
| STR netBotz_prd_bot_ext_port3_module_type | 1.3.6.1.4.1.5528.30.10.99 | DisplayString | read-write | The type of sensor module installed on port 3. NONE=no module, AMP=AmpDetect module, TEMP=temperature sensor, DRY=dry contact sensor. |
| STR netBotz_prd_bot_ext_port4_module_id | 1.3.6.1.4.1.5528.30.10.100 | DisplayString | read-write | The module ID of the sensor module installed on port 4. Blank string indicates that no module is installed. |
| STR netBotz_prd_bot_ext_port4_module_type | 1.3.6.1.4.1.5528.30.10.101 | DisplayString | read-write | The type of sensor module installed on port 4. NONE=no module, AMP=AmpDetect module, TEMP=temperature sensor, DRY=dry contact sensor. |
| INT netBotz_prd_bot_amp1_total_amp_seconds | 1.3.6.1.4.1.5528.30.10.102 | INTEGER | read-only | The accumulated total of amp-seconds on the AmpDetect on port 1. |
| INT netBotz_prd_bot_amp1_total_amp_seconds_since_time | 1.3.6.1.4.1.5528.30.10.103 | INTEGER | read-write | The UTC time (seconds since 1/1/1970) of the beginning of the accumulated total of amp-seconds on the AmpDetect on port 1. Writing a value to this attribute resets the accumulated total amp-seconds and sets this time to the current time. |
| INT netBotz_prd_bot_amp2_total_amp_seconds | 1.3.6.1.4.1.5528.30.10.104 | INTEGER | read-only | The accumulated total of amp-seconds on the AmpDetect on port 2. |
| INT netBotz_prd_bot_amp2_total_amp_seconds_since_time | 1.3.6.1.4.1.5528.30.10.105 | INTEGER | read-write | The UTC time (seconds since 1/1/1970) of the beginning of the accumulated total of amp-seconds on the AmpDetect on port 2. Writing a value to this attribute resets the accumulated total amp-seconds and sets this time to the current time. |
| INT netBotz_prd_bot_amp3_total_amp_seconds | 1.3.6.1.4.1.5528.30.10.106 | INTEGER | read-only | The accumulated total of amp-seconds on the AmpDetect on port 3. |
| INT netBotz_prd_bot_amp3_total_amp_seconds_since_time | 1.3.6.1.4.1.5528.30.10.107 | INTEGER | read-write | The UTC time (seconds since 1/1/1970) of the beginning of the accumulated total of amp-seconds on the AmpDetect on port 3. Writing a value to this attribute resets the accumulated total amp-seconds and sets this time to the current time. |
| INT netBotz_prd_bot_amp4_total_amp_seconds | 1.3.6.1.4.1.5528.30.10.108 | INTEGER | read-only | The accumulated total of amp-seconds on the AmpDetect on port 4. |
| INT netBotz_prd_bot_amp4_total_amp_seconds_since_time | 1.3.6.1.4.1.5528.30.10.109 | INTEGER | read-write | The UTC time (seconds since 1/1/1970) of the beginning of the accumulated total of amp-seconds on the AmpDetect on port 4. Writing a value to this attribute resets the accumulated total amp-seconds and sets this time to the current time. |
| INT netBotz_prd_bot_amptotal_total_amp_seconds | 1.3.6.1.4.1.5528.30.10.110 | INTEGER | read-only | The accumulated total of amp-seconds on the total of all AmpDetects. |
| INT netBotz_prd_bot_amptotal_total_amp_seconds_since_time | 1.3.6.1.4.1.5528.30.10.111 | INTEGER | read-write | The UTC time (seconds since 1/1/1970) of the beginning of the accumulated total of amp-seconds for all AmpDetects. Writing a value to this attribute resets the accumulated total amp-seconds and sets this time to the current time. |
| INT netBotz_prd_bot_ext_dry1 | 1.3.6.1.4.1.5528.30.10.112 | INTEGER | read-only | The current value of the external dry contact sensor on Ext1: 0=Open, 1=Closed, -1=N/A |
| INT netBotz_prd_bot_ext_dry2 | 1.3.6.1.4.1.5528.30.10.113 | INTEGER | read-only | The current value of the external dry contact sensor on Ext2: 0=Open, 1=Closed, -1=N/A |
| INT netBotz_prd_bot_ext_dry3 | 1.3.6.1.4.1.5528.30.10.114 | INTEGER | read-only | The current value of the external dry contact sensor on Ext3: 0=Open, 1=Closed, -1=N/A |
| INT netBotz_prd_bot_ext_dry4 | 1.3.6.1.4.1.5528.30.10.115 | INTEGER | read-only | The current value of the external dry contact sensor on Ext4: 0=Open, 1=Closed, -1=N/A |
| INT netBotz_prd_bot_ext_dry1_alarm_value | 1.3.6.1.4.1.5528.30.10.116 | INTEGER | read-write | The value to generate alarms on for the external dry contact sensor on Ext1: 0=Open, 1=Closed |
| INT netBotz_prd_bot_ext_dry1_enabled | 1.3.6.1.4.1.5528.30.10.117 | INTEGER | read-write | External dry contact sensor on Ext1 alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_ext_dry2_alarm_value | 1.3.6.1.4.1.5528.30.10.118 | INTEGER | read-write | The value to generate alarms on for the external dry contact sensor on Ext2: 0=Open, 1=Closed |
| INT netBotz_prd_bot_ext_dry2_enabled | 1.3.6.1.4.1.5528.30.10.119 | INTEGER | read-write | External dry contact sensor on Ext2 alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_ext_dry3_alarm_value | 1.3.6.1.4.1.5528.30.10.120 | INTEGER | read-write | The value to generate alarms on for the external dry contact sensor on Ext3: 0=Open, 1=Closed |
| INT netBotz_prd_bot_ext_dry3_enabled | 1.3.6.1.4.1.5528.30.10.121 | INTEGER | read-write | External dry contact sensor on Ext3 alarm enabled(1) or disabled(0). |
| INT netBotz_prd_bot_ext_dry4_alarm_value | 1.3.6.1.4.1.5528.30.10.122 | INTEGER | read-write | The value to generate alarms on for the external dry contact sensor on Ext4: 0=Open, 1=Closed |
| INT netBotz_prd_bot_ext_dry4_enabled | 1.3.6.1.4.1.5528.30.10.123 | INTEGER | read-write | External dry contact sensor on Ext4 alarm enabled(1) or disabled(0). |
| STR netBotz_prd_bot_ext_dry1_label | 1.3.6.1.4.1.5528.30.10.124 | DisplayString | read-write | The sensor name/label for the dry contact sensor on Ext1 |
| STR netBotz_prd_bot_ext_dry1_open_label | 1.3.6.1.4.1.5528.30.10.125 | DisplayString | read-write | The sensor name/label for the open(0) state for the dry contact sensor on Ext1 |
| STR netBotz_prd_bot_ext_dry1_closed_label | 1.3.6.1.4.1.5528.30.10.126 | DisplayString | read-write | The sensor name/label for the closed(0) state for the dry contact sensor on Ext1 |
| INT netBotz_prd_bot_ext_dry1_open_to_close_millis | 1.3.6.1.4.1.5528.30.10.127 | INTEGER | read-write | The minimum number of milliseconds that the dry contact sensor on Ext1 must read closed before the state is changed from open to closed. |
| INT netBotz_prd_bot_ext_dry1_close_to_open_millis | 1.3.6.1.4.1.5528.30.10.128 | INTEGER | read-write | The minimum number of milliseconds that the dry contact sensor on Ext1 must read openbefore the state is changed from closed to open. |
| STR netBotz_prd_bot_ext_dry1_response | 1.3.6.1.4.1.5528.30.10.129 | DisplayString | read-write | The type of alert response for the dry contact sensor on Ext1: ALERT=e-mail with no pictures, CAMERA=e-mail with pictures from camera. |
| STR netBotz_prd_bot_ext_dry2_label | 1.3.6.1.4.1.5528.30.10.130 | DisplayString | read-write | The sensor name/label for the dry contact sensor on Ext2 |
| STR netBotz_prd_bot_ext_dry2_open_label | 1.3.6.1.4.1.5528.30.10.131 | DisplayString | read-write | The sensor name/label for the open(0) state for the dry contact sensor on Ext2 |
| STR netBotz_prd_bot_ext_dry2_closed_label | 1.3.6.1.4.1.5528.30.10.132 | DisplayString | read-write | The sensor name/label for the closed(0) state for the dry contact sensor on Ext2 |
| INT netBotz_prd_bot_ext_dry2_open_to_close_millis | 1.3.6.1.4.1.5528.30.10.133 | INTEGER | read-write | The minimum number of milliseconds that the dry contact sensor on Ext2 must read closed before the state is changed from open to closed. |
| INT netBotz_prd_bot_ext_dry2_close_to_open_millis | 1.3.6.1.4.1.5528.30.10.134 | INTEGER | read-write | The minimum number of milliseconds that the dry contact sensor on Ext2 must read openbefore the state is changed from closed to open. |
| STR netBotz_prd_bot_ext_dry2_response | 1.3.6.1.4.1.5528.30.10.135 | DisplayString | read-write | The type of alert response for the dry contact sensor on Ext2: ALERT=e-mail with no pictures, CAMERA=e-mail with pictures from camera. |
| STR netBotz_prd_bot_ext_dry3_label | 1.3.6.1.4.1.5528.30.10.136 | DisplayString | read-write | The sensor name/label for the dry contact sensor on Ext3 |
| STR netBotz_prd_bot_ext_dry3_open_label | 1.3.6.1.4.1.5528.30.10.137 | DisplayString | read-write | The sensor name/label for the open(0) state for the dry contact sensor on Ext3 |
| STR netBotz_prd_bot_ext_dry3_closed_label | 1.3.6.1.4.1.5528.30.10.138 | DisplayString | read-write | The sensor name/label for the closed(0) state for the dry contact sensor on Ext3 |
| INT netBotz_prd_bot_ext_dry3_open_to_close_millis | 1.3.6.1.4.1.5528.30.10.139 | INTEGER | read-write | The minimum number of milliseconds that the dry contact sensor on Ext3 must read closed before the state is changed from open to closed. |
| INT netBotz_prd_bot_ext_dry3_close_to_open_millis | 1.3.6.1.4.1.5528.30.10.140 | INTEGER | read-write | The minimum number of milliseconds that the dry contact sensor on Ext3 must read openbefore the state is changed from closed to open. |
| STR netBotz_prd_bot_ext_dry3_response | 1.3.6.1.4.1.5528.30.10.141 | DisplayString | read-write | The type of alert response for the dry contact sensor on Ext3: ALERT=e-mail with no pictures, CAMERA=e-mail with pictures from camera. |
| STR netBotz_prd_bot_ext_dry4_label | 1.3.6.1.4.1.5528.30.10.142 | DisplayString | read-write | The sensor name/label for the dry contact sensor on Ext4 |
| STR netBotz_prd_bot_ext_dry4_open_label | 1.3.6.1.4.1.5528.30.10.143 | DisplayString | read-write | The sensor name/label for the open(0) state for the dry contact sensor on Ext4 |
| STR netBotz_prd_bot_ext_dry4_closed_label | 1.3.6.1.4.1.5528.30.10.144 | DisplayString | read-write | The sensor name/label for the closed(0) state for the dry contact sensor on Ext4 |
| INT netBotz_prd_bot_ext_dry4_open_to_close_millis | 1.3.6.1.4.1.5528.30.10.145 | INTEGER | read-write | The minimum number of milliseconds that the dry contact sensor on Ext4 must read closed before the state is changed from open to closed. |
| INT netBotz_prd_bot_ext_dry4_close_to_open_millis | 1.3.6.1.4.1.5528.30.10.146 | INTEGER | read-write | The minimum number of milliseconds that the dry contact sensor on Ext4 must read openbefore the state is changed from closed to open. |
| STR netBotz_prd_bot_ext_dry4_response | 1.3.6.1.4.1.5528.30.10.147 | DisplayString | read-write | The type of alert response for the dry contact sensor on Ext4: ALERT=e-mail with no pictures, CAMERA=e-mail with pictures from camera. |
| netBotz_prd_bot_traps | 1.3.6.1.4.1.5528.30.100 | |||
| netBotz_prd_bot_temperature_traps | 1.3.6.1.4.1.5528.30.100.1 | |||
| NTF netBotz_prd_bot_temperature_low_trap | 1.3.6.1.4.1.5528.30.100.1.0.1 | Netbotz Temperature Low Trap. This trap indicates that the lower limit for temperature has been exceeded. | ||
| NTF netBotz_prd_bot_temperature_high_trap | 1.3.6.1.4.1.5528.30.100.1.0.2 | Netbotz Temperature High Trap. This trap indicates that the upper limit for temperature has been exceeded. | ||
| NTF netBotz_prd_bot_temperature_trap_clear | 1.3.6.1.4.1.5528.30.100.1.0.3 | Netbotz Temperature Cleared Trap. The trap has been cleared because the temperature value has returned to acceptable limits. | ||
| netBotz_prd_bot_humidity_traps | 1.3.6.1.4.1.5528.30.100.2 | |||
| NTF netBotz_prd_bot_humidity_low_trap | 1.3.6.1.4.1.5528.30.100.2.0.1 | Netbotz Humidity Low Trap. This trap indicates that the lower limit for humidity has been exceeded. | ||
| NTF netBotz_prd_bot_humidity_high_trap | 1.3.6.1.4.1.5528.30.100.2.0.2 | Netbotz Humidity High Trap. This trap indicates that the upper limit for humidity has been exceeded. | ||
| NTF netBotz_prd_bot_humidity_trap_clear | 1.3.6.1.4.1.5528.30.100.2.0.3 | Netbotz Humidity Cleared Trap. The trap has been cleared because the humidity value has returned to acceptable limits. | ||
| netBotz_prd_bot_airflow_traps | 1.3.6.1.4.1.5528.30.100.3 | |||
| NTF netBotz_prd_bot_airflow_low_trap | 1.3.6.1.4.1.5528.30.100.3.0.1 | Netbotz Airflow Low Trap. This trap indicates that the lower limit for airflow has been exceeded. | ||
| NTF netBotz_prd_bot_airflow_trap_clear | 1.3.6.1.4.1.5528.30.100.3.0.3 | Netbotz Airflow Cleared Trap. The trap has been cleared because the airflow value has returned to acceptable limits. | ||
| netBotz_prd_bot_audio_traps | 1.3.6.1.4.1.5528.30.100.4 | |||
| NTF netBotz_prd_bot_audio_high_trap | 1.3.6.1.4.1.5528.30.100.4.0.2 | Netbotz Audio High Trap. This trap indicates that the upper limit for audio has been exceeded. | ||
| NTF netBotz_prd_bot_audio_trap_clear | 1.3.6.1.4.1.5528.30.100.4.0.3 | Netbotz Audio Cleared Trap. The trap has been cleared because the audio value has returned to acceptable limits. | ||
| netBotz_prd_bot_door_traps | 1.3.6.1.4.1.5528.30.100.5 | |||
| NTF netBotz_prd_bot_door_trap_tripped | 1.3.6.1.4.1.5528.30.100.5.0.2 | Netbotz Door Sensor Tripped Trap. This trap indicates that the door sensor has been triggered (i.e. opened, if the thresdhold has been set to trip on open, closed if otherwise). | ||
| NTF netBotz_prd_bot_door_trap_clear | 1.3.6.1.4.1.5528.30.100.5.0.3 | Netbotz Door Cleared Trap. The trap has been cleared because the door sensor has returned to normal (i.e. been closed, if the threshold has been set to trip on open). | ||
| netBotz_prd_bot_amp1_traps | 1.3.6.1.4.1.5528.30.100.6 | |||
| NTF netBotz_prd_bot_amp1_low_trap | 1.3.6.1.4.1.5528.30.100.6.0.1 | Netbotz Amp1 Low Trap. This trap indicates that the lower limit for the first amp detect has been exceeded. | ||
| NTF netBotz_prd_bot_amp1_high_trap | 1.3.6.1.4.1.5528.30.100.6.0.2 | Netbotz Amp1 High Trap. This trap indicates that the upper limit for the first amp detect has been exceeded. | ||
| NTF netBotz_prd_bot_amp1_trap_clear | 1.3.6.1.4.1.5528.30.100.6.0.3 | Netbotz Amp1 Cleared Trap. The trap has been cleared because the first amp detect value has returned to acceptable limits. | ||
| NTF netBotz_prd_bot_amp1_sensor_unplugged | 1.3.6.1.4.1.5528.30.100.6.0.6 | Netbotz Amp 1 Sensor Unplugged Trap. The sensor for the first AmpDetect is unplugged or malfunctioning. | ||
| NTF netBotz_prd_bot_amp1_sensor_replugged | 1.3.6.1.4.1.5528.30.100.6.0.7 | Netbotz Amp 1 Sensor Replugged Trap. The sensor for the first AmpDetect was unplugged, but has been reconnected. | ||
| netBotz_prd_bot_amp2_traps | 1.3.6.1.4.1.5528.30.100.7 | |||
| NTF netBotz_prd_bot_amp2_low_trap | 1.3.6.1.4.1.5528.30.100.7.0.1 | Netbotz Amp2 Low Trap. This trap indicates that the lower limit for the second amp detect has been exceeded. | ||
| NTF netBotz_prd_bot_amp2_high_trap | 1.3.6.1.4.1.5528.30.100.7.0.2 | Netbotz Amp2 High Trap. This trap indicates that the upper limit for the second amp detect has been exceeded. | ||
| NTF netBotz_prd_bot_amp2_trap_clear | 1.3.6.1.4.1.5528.30.100.7.0.3 | Netbotz Amp2 Cleared Trap. The trap has been cleared because the second amp detect value has returned to acceptable limits. | ||
| NTF netBotz_prd_bot_amp2_sensor_unplugged | 1.3.6.1.4.1.5528.30.100.7.0.6 | Netbotz Amp 2 Sensor Unplugged Trap. The sensor for the second AmpDetect is unplugged or malfunctioning. | ||
| NTF netBotz_prd_bot_amp2_sensor_replugged | 1.3.6.1.4.1.5528.30.100.7.0.7 | Netbotz Amp 2 Sensor Replugged Trap. The sensor for the second AmpDetect was unplugged, but has been reconnected. | ||
| netBotz_prd_bot_amp3_traps | 1.3.6.1.4.1.5528.30.100.8 | |||
| NTF netBotz_prd_bot_amp3_low_trap | 1.3.6.1.4.1.5528.30.100.8.0.1 | Netbotz Amp3 Low Trap. This trap indicates that the lower limit for the third amp detect has been exceeded. | ||
| NTF netBotz_prd_bot_amp3_high_trap | 1.3.6.1.4.1.5528.30.100.8.0.2 | Netbotz Amp3 High Trap. This trap indicates that the upper limit for the third amp detect has been exceeded. | ||
| NTF netBotz_prd_bot_amp3_trap_clear | 1.3.6.1.4.1.5528.30.100.8.0.3 | Netbotz Amp3 Cleared Trap. The trap has been cleared because the third amp detect value has returned to acceptable limits. | ||
| NTF netBotz_prd_bot_amp3_sensor_unplugged | 1.3.6.1.4.1.5528.30.100.8.0.6 | Netbotz Amp 3 Sensor Unplugged Trap. The sensor for the third AmpDetect is unplugged or malfunctioning. | ||
| NTF netBotz_prd_bot_amp3_sensor_replugged | 1.3.6.1.4.1.5528.30.100.8.0.7 | Netbotz Amp 3 Sensor Replugged Trap. The sensor for the third AmpDetect was unplugged, but has been reconnected. | ||
| netBotz_prd_bot_amp4_traps | 1.3.6.1.4.1.5528.30.100.9 | |||
| NTF netBotz_prd_bot_amp4_low_trap | 1.3.6.1.4.1.5528.30.100.9.0.1 | Netbotz Amp4 Low Trap. This trap indicates that the lower limit for the fourth amp detect has been exceeded. | ||
| NTF netBotz_prd_bot_amp4_high_trap | 1.3.6.1.4.1.5528.30.100.9.0.2 | Netbotz Amp4 High Trap. This trap indicates that the upper limit for the fourth amp detect has been exceeded. | ||
| NTF netBotz_prd_bot_amp4_trap_clear | 1.3.6.1.4.1.5528.30.100.9.0.3 | Netbotz Amp4 Cleared Trap. The trap has been cleared because the fourth amp detect value has returned to acceptable limits. | ||
| NTF netBotz_prd_bot_amp4_sensor_unplugged | 1.3.6.1.4.1.5528.30.100.9.0.6 | Netbotz Amp 4 Sensor Unplugged Trap. The sensor for the fourth AmpDetect is unplugged or malfunctioning. | ||
| NTF netBotz_prd_bot_amp4_sensor_replugged | 1.3.6.1.4.1.5528.30.100.9.0.7 | Netbotz Amp 4 Sensor Replugged Trap. The sensor for the fourth AmpDetect was unplugged, but has been reconnected. | ||
| netBotz_prd_bot_amp_total_traps | 1.3.6.1.4.1.5528.30.100.10 | |||
| NTF netBotz_prd_bot_amp_total_low_trap | 1.3.6.1.4.1.5528.30.100.10.0.1 | Netbotz Total Amps Low Trap. This trap indicates that the lower limit for the total amperage has been exceeded. | ||
| NTF netBotz_prd_bot_amp_total_high_trap | 1.3.6.1.4.1.5528.30.100.10.0.2 | Netbotz Total Amps High Trap. This trap indicates that the upper limit for the total amperage has been exceeded. | ||
| NTF netBotz_prd_bot_amp_total_trap_clear | 1.3.6.1.4.1.5528.30.100.10.0.3 | Netbotz Total Amps Cleared Trap. The trap has been cleared because the total amperage value has returned to acceptable limits. | ||
| netBotz_prd_bot_ext_temp1_traps | 1.3.6.1.4.1.5528.30.100.11 | |||
| NTF netBotz_prd_bot_ext_temp1_low_trap | 1.3.6.1.4.1.5528.30.100.11.0.1 | Netbotz External Temperature 1 Low Trap. This trap indicates that the lower limit for external temperature probe on port 1 has been exceeded. | ||
| NTF netBotz_prd_bot_ext_temp1_high_trap | 1.3.6.1.4.1.5528.30.100.11.0.2 | Netbotz External Temperature 1 High Trap. This trap indicates that the upper limit for external temperature probe on port 1 has been exceeded. | ||
| NTF netBotz_prd_bot_ext_temp1_trap_clear | 1.3.6.1.4.1.5528.30.100.11.0.3 | Netbotz External Temperature 1 Cleared Trap. The trap has been cleared because the temperature value for the temperature probe on port 1 has returned to acceptable limits. | ||
| NTF netBotz_prd_bot_ext_temp1_sensor_unplugged | 1.3.6.1.4.1.5528.30.100.11.0.6 | Netbotz External Temperature 1 Sensor Unplugged Trap. The sensor is unplugged or malfunctioning. | ||
| NTF netBotz_prd_bot_ext_temp1_sensor_replugged | 1.3.6.1.4.1.5528.30.100.11.0.7 | Netbotz External Temperature 1 Sensor Replugged Trap. The sensor was unplugged, but has been reconnected. | ||
| netBotz_prd_bot_ext_temp2_traps | 1.3.6.1.4.1.5528.30.100.12 | |||
| NTF netBotz_prd_bot_ext_temp2_low_trap | 1.3.6.1.4.1.5528.30.100.12.0.1 | Netbotz External Temperature 2 Low Trap. This trap indicates that the lower limit for external temperature probe on port 2 has been exceeded. | ||
| NTF netBotz_prd_bot_ext_temp2_high_trap | 1.3.6.1.4.1.5528.30.100.12.0.2 | Netbotz External Temperature 2 High Trap. This trap indicates that the upper limit for external temperature probe on port 2 has been exceeded. | ||
| NTF netBotz_prd_bot_ext_temp2_trap_clear | 1.3.6.1.4.1.5528.30.100.12.0.3 | Netbotz External Temperature 2 Cleared Trap. The trap has been cleared because the temperature value for the temperature probe on port 2 has returned to acceptable limits. | ||
| NTF netBotz_prd_bot_ext_temp2_sensor_unplugged | 1.3.6.1.4.1.5528.30.100.12.0.6 | Netbotz External Temperature 2 Sensor Unplugged Trap. The sensor is unplugged or malfunctioning. | ||
| NTF netBotz_prd_bot_ext_temp2_sensor_replugged | 1.3.6.1.4.1.5528.30.100.12.0.7 | Netbotz External Temperature 2 Sensor Replugged Trap. The sensor was unplugged, but has been reconnected. | ||
| netBotz_prd_bot_ext_temp3_traps | 1.3.6.1.4.1.5528.30.100.13 | |||
| NTF netBotz_prd_bot_ext_temp3_low_trap | 1.3.6.1.4.1.5528.30.100.13.0.1 | Netbotz External Temperature 3 Low Trap. This trap indicates that the lower limit for external temperature probe on port 3 has been exceeded. | ||
| NTF netBotz_prd_bot_ext_temp3_high_trap | 1.3.6.1.4.1.5528.30.100.13.0.2 | Netbotz External Temperature 3 High Trap. This trap indicates that the upper limit for external temperature probe on port 3 has been exceeded. | ||
| NTF netBotz_prd_bot_ext_temp3_trap_clear | 1.3.6.1.4.1.5528.30.100.13.0.3 | Netbotz External Temperature 3 Cleared Trap. The trap has been cleared because the temperature value for the temperature probe on port 3 has returned to acceptable limits. | ||
| NTF netBotz_prd_bot_ext_temp3_sensor_unplugged | 1.3.6.1.4.1.5528.30.100.13.0.6 | Netbotz External Temperature 3 Sensor Unplugged Trap. The sensor is unplugged or malfunctioning. | ||
| NTF netBotz_prd_bot_ext_temp3_sensor_replugged | 1.3.6.1.4.1.5528.30.100.13.0.7 | Netbotz External Temperature 3 Sensor Replugged Trap. The sensor was unplugged, but has been reconnected. | ||
| netBotz_prd_bot_ext_temp4_traps | 1.3.6.1.4.1.5528.30.100.14 | |||
| NTF netBotz_prd_bot_ext_temp4_low_trap | 1.3.6.1.4.1.5528.30.100.14.0.1 | Netbotz External Temperature 4 Low Trap. This trap indicates that the lower limit for external temperature probe on port 4 has been exceeded. | ||
| NTF netBotz_prd_bot_ext_temp4_high_trap | 1.3.6.1.4.1.5528.30.100.14.0.2 | Netbotz External Temperature 4 High Trap. This trap indicates that the upper limit for external temperature probe on port 4 has been exceeded. | ||
| NTF netBotz_prd_bot_ext_temp4_trap_clear | 1.3.6.1.4.1.5528.30.100.14.0.3 | Netbotz External Temperature 4 Cleared Trap. The trap has been cleared because the temperature value for the temperature probe on port 4 has returned to acceptable limits. | ||
| NTF netBotz_prd_bot_ext_temp4_sensor_unplugged | 1.3.6.1.4.1.5528.30.100.14.0.6 | Netbotz External Temperature 4 Sensor Unplugged Trap. The sensor is unplugged or malfunctioning. | ||
| NTF netBotz_prd_bot_ext_temp4_sensor_replugged | 1.3.6.1.4.1.5528.30.100.14.0.7 | Netbotz External Temperature 4 Sensor Replugged Trap. The sensor was unplugged, but has been reconnected. | ||
| netBotz_prd_bot_ext_dry1_traps | 1.3.6.1.4.1.5528.30.100.15 | |||
| NTF netBotz_prd_bot_ext_dry1_triggered_trap | 1.3.6.1.4.1.5528.30.100.15.0.2 | Netbotz External Dry Contact 1 Triggered Trap. This trap indicates that the state of the dry contact sensor on Ext1 matches the alarm value. | ||
| NTF netBotz_prd_bot_ext_dry1_trap_clear | 1.3.6.1.4.1.5528.30.100.15.0.3 | Netbotz External Dry Contact 1 Cleared Trap. The trap has been cleared because the state of the dry contact sensor on Ext1 no longer matches the alarm value. | ||
| netBotz_prd_bot_ext_dry2_traps | 1.3.6.1.4.1.5528.30.100.16 | |||
| NTF netBotz_prd_bot_ext_dry2_triggered_trap | 1.3.6.1.4.1.5528.30.100.16.0.2 | Netbotz External Dry Contact 2 Triggered Trap. This trap indicates that the state of the dry contact sensor on Ext2 matches the alarm value. | ||
| NTF netBotz_prd_bot_ext_dry2_trap_clear | 1.3.6.1.4.1.5528.30.100.16.0.3 | Netbotz External Dry Contact 2 Cleared Trap. The trap has been cleared because the state of the dry contact sensor on Ext2 no longer matches the alarm value. | ||
| netBotz_prd_bot_ext_dry3_traps | 1.3.6.1.4.1.5528.30.100.17 | |||
| NTF netBotz_prd_bot_ext_dry3_triggered_trap | 1.3.6.1.4.1.5528.30.100.17.0.2 | Netbotz External Dry Contact 3 Triggered Trap. This trap indicates that the state of the dry contact sensor on Ext3 matches the alarm value. | ||
| NTF netBotz_prd_bot_ext_dry3_trap_clear | 1.3.6.1.4.1.5528.30.100.17.0.3 | Netbotz External Dry Contact 3 Cleared Trap. The trap has been cleared because the state of the dry contact sensor on Ext3 no longer matches the alarm value. | ||
| netBotz_prd_bot_ext_dry4_traps | 1.3.6.1.4.1.5528.30.100.18 | |||
| NTF netBotz_prd_bot_ext_dry4_triggered_trap | 1.3.6.1.4.1.5528.30.100.18.0.2 | Netbotz External Dry Contact 4 Triggered Trap. This trap indicates that the state of the dry contact sensor on Ext4 matches the alarm value. | ||
| NTF netBotz_prd_bot_ext_dry4_trap_clear | 1.3.6.1.4.1.5528.30.100.18.0.3 | Netbotz External Dry Contact 4 Cleared Trap. The trap has been cleared because the state of the dry contact sensor on Ext4 no longer matches the alarm value. |
RFC description
Monitors environmental sensors including temperature, humidity, airflow, and door status in NetBotz systems.
Start monitoring NetBotz (APC) Bot environmental sensor appliance with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.