Language selection:
Skip to main navigation Skip to main content Skip to page footer

Integration of Didactum Monitoring Devices and Sensors in IPHost Network Monitor

This guide describes the complete integration of Didactum monitoring devices into IPHost Network Monitor version 4.x / 5.x. The goal is centralized monitoring of all connected sensors, including temperature, humidity, leakage, voltage, door contacts, and more, via SNMP polling with the integrated MIB browser, SNMP trap monitor, and rule-based alerting by e-mail, SMS, and script.

1. Fundamentals and Architecture

IPHost Network Monitor is a Windows-based network and server monitoring software from the manufacturer IPHostMonitor. It supports more than 40 monitoring methods, including SNMP v1, v2c, v3, PING, HTTP, WMI, and Nagios plugins, and provides an integrated MIB browser for direct querying of vendor-specific OIDs. For the Didactum integration, the SNMP Get Monitor and the SNMP Trap Monitor are primarily used.

IPHost Components at a Glance

ComponentFunctionRelevance for Didactum
Monitoring ServiceWindows service, runs all checks, processes alertsPolling of Didactum OIDs, trap reception
Client Application GUIWindows application for configuring hosts and monitorsAll configuration steps in this guide
Web InterfaceBrowser-based dashboard, reports, alert overviewReal-time view of Didactum sensor values
SNMP Get MonitorQueries individual OID values, checks against thresholdsTemperature, leakage, humidity, voltage, etc.
SNMP Trap MonitorReceives proactive SNMP traps from the deviceImmediate alert on Didactum events
MIB BrowserIntegrated MIB browser with SNMP Walk and GETExplore and test Didactum OIDs
Alert RulesRule-based actions on status changesE-mail, SMS, script, SNMP SET on Didactum alarm
Remote Network AgentOptional agent for distributed networksMonitor Didactum device in a separate subnet

Processing Flow for Didactum Sensors

  1. The IPHost monitoring service polls SNMP OIDs from the Didactum device at configured intervals.
  2. The returned value is checked against configured warning/critical thresholds.
  3. When the status changes to OK, Failed, or Warning, alert rules are triggered.
  4. Notifications by e-mail, SMS, or script are sent immediately.
  5. Values are stored in the IPHost database and visualized as performance graphs.
  6. SNMP traps from the device are received by the trap monitor and processed as separate events.

2. Requirements

  • IPHost Network Monitor 4.x or 5.x Free, Professional, or Enterprise Edition on Windows.
  • Windows Server 2016/2019/2022 or Windows 10/11 as IPHost server.
  • Administrator access to the IPHost Client Application.
  • Didactum monitoring device reachable in the network, SNMP enabled.
  • UDP port 161 from the IPHost server to the Didactum device allowed.
  • UDP port 162 allowed on the IPHost server for SNMP traps (Windows Firewall).
  • SNMP community string known, default public.
  • Didactum MIB file available, DIDACTUM-RACKMONI2-MIB.mib.
  • SMTP server for e-mail notifications.

IPHost Editions Compared

EditionMax. MonitorsSNMP TrapsNagios Plugins
Free Edition50YesNo
Professional Edition500YesYes
Enterprise EditionUnlimitedYesYes

Example Network Configuration

DeviceIP AddressRole
IPHost Server Windows192.168.1.92Monitoring server, web interface, trap receiver
Didactum Monitoring Unit192.168.1.100Monitored device, SNMP agent

3. SNMP Preparation on the Didactum Device

3.1 Enable SNMP

  1. Open the Didactum web interface at 192.168.1.100, log in with the admin account.
  2. Navigate to Settings > Network > SNMP.
  3. Set the following parameters:
    • SNMP enabled: Yes.
    • SNMP version: v2c recommended, or v3.
    • Change the community string public in production.
    • SNMP port: 161.
    • Allowed Managers: enter the IP of the IPHost server, 192.168.1.92.
    • SNMP Trap Receiver: IP of the IPHost server, port 162.
  4. Save the settings.

Attention

Change the default community string public in production environments. Use the same string in the IPHost monitor settings.

3.2 Test Reachability from the IPHost Server

Use the built-in MIB browser in IPHost, section 4.3, or the command prompt.

Windows SNMP test if SNMP tools are installed
snmpwalk -v2c -c public 192.168.1.100 1.3.6.1.4.1.3854
Query single OID
snmpget -v2c -c public 192.168.1.100 1.3.6.1.4.1.3854.1.2.2.1.16.1.3.1

Note

Didactum returns temperature and voltage values with factor 10, for example 235 = 23.5 C. In IPHost, this is handled via the built-in multiplier or the formula field.

4. Prepare IPHost Network Monitor

4.1 Start IPHost and Check Basic Settings

  1. Start the IPHost Client Application via desktop icon or Start menu.
  2. Check the connection to the IPHost Monitoring Service; the status bar at the bottom shows Connected.
  3. Open the web interface via Tools > Open Web Interface, default 192.168.1.92.

4.2 Configure SMTP E-Mail Server

  1. Navigate to Tools > Options > Mail.
  2. Enter SMTP server, port, sender address, and authentication.
  3. Send a test e-mail by clicking Send Test E-Mail.

4.3 Import the Didactum MIB File into IPHost

  1. In the Client Application, navigate to Tools > SNMP MIB Browser.
  2. In the MIB browser, choose File > Load MIB.
  3. Select the Didactum MIB file, DIDACTUM-RACKMONI2-MIB.mib.
  4. After successful import, the OID tree Enterprises > Didactum appears in the MIB browser tree.
  5. OIDs are now shown with readable names, for example tempValue instead of 1.3.6.1.4.1.3854.1.2.2.1.16.1.3.1.

Alternatively, copy the MIB file manually into the IPHost MIB directory.

Copy the MIB file to the IPHost MIB directory
copy DIDACTUM-RACKMONI2-MIB.mib C:\Program Files\IPHost Network Monitor\IPHost Monitoring Service\mibs\
Restart the IPHost Monitoring Service as administrator
net stop "IPHost Monitoring Service"
net start "IPHost Monitoring Service"

4.4 Use the MIB Browser for Didactum OIDs

  1. Open Tools > SNMP MIB Browser.
  2. Host 192.168.1.100, community public, version v2c.
  3. Click Walk to list all available Didactum OIDs.
  4. Select an OID in the tree and click Get; the current value is displayed.
  5. Adopt an OID directly into a new monitor from the browser using Create Monitor from MIB.

4.5 Open Windows Firewall for SNMP Traps

As administrator in the command prompt
netsh advfirewall firewall add rule name="IPHost SNMP Trap" protocol=UDP dir=in localport=162 action=allow
Alternatively in the Windows Firewall GUI:
Control Panel > Windows Defender Firewall > Inbound Rules > New Rule > Port > UDP Port 162 > Allow the connection

5. Create the Didactum Device as a Host

5.1 Create Host Manually

  1. In the IPHost Client Application, right-click the desired folder in the left panel and choose Add Host.
  2. Fill in the following fields:
    • Host Name: didactum-rack01
    • IP Address: 192.168.1.100
    • Alias: Didactum Rack Monitoring Room A
    • Group: Rack Monitoring; create a new group or select an existing one.
    • SNMP Community: public
    • SNMP Version: v2c
    • SNMP Port: 161
  3. Click OK.

5.2 Create Host by Network Discovery

  1. Navigate to Tools > Network Discovery Wizard.
  2. Scan IP range 192.168.1.100 to 192.168.1.110.
  3. Protocol SNMP, community public.
  4. Click Scan; found devices are listed.
  5. Select the Didactum device and import it as a host.

5.3 Configure Host for SNMP v3

  1. Open host properties via right-click > Properties.
  2. SNMP tab:
    • SNMP Version: v3
    • Security Name: SNMP v3 user name
    • Auth Protocol: SHA
    • Auth Password: authentication password
    • Privacy Protocol: AES
    • Privacy Password: encryption password

5.4 Create a Host Group for All Didactum Devices

  1. Right-click the root folder and choose Add Group.
  2. Name: Didactum Monitoring Devices.
  3. Description: All Didactum Rack Monitoring Units.
  4. Move all Didactum hosts into this group by drag and drop.

6. Configure SNMP Monitors for Sensors

For each Didactum sensor value, a separate SNMP Get Monitor is created. IPHost supports thresholds, multipliers, and formulas for OID value processing.

6.1 SNMP Get Monitor for Temperature Sensor 1

  1. Right-click host didactum-rack01 and choose Add Monitor.
  2. Select monitor type SNMP Get.
  3. Enter the following parameters:
    • Monitor Name: Temperature Sensor 1 Rack Front
    • OID: .1.3.6.1.4.1.3854.1.2.2.1.16.1.3.1
    • SNMP Version: v2c
    • Community: public
    • Request Timeout: 2000 ms
    • Check Interval: 5 minutes
  4. Thresholds tab:
    • Value Multiplier: 0.1, raw value 10 for C.
    • Warning if value >: 30.
    • Failed if value >: 35.
    • Warning if value <: 5.
    • Units: C.
  5. Click OK.

6.2 SNMP Get Monitor for Leakage Sensor 1, comparison based

  1. Create a new monitor on the host, Add Monitor > SNMP Get.
  2. Settings:
    • Monitor Name: Leakage Sensor 1 Floor Area
    • OID: .1.3.6.1.4.1.3854.1.2.2.1.18.1.4.1
    • Check Interval: 1 minute, time-critical.
  3. Thresholds tab:
    • Failed if value: 1, leakage detected.
    • OK if value: 0.
    • Units: Status.
  4. Alternatively, use Comparison:
    • Response must match: Specific value 0.
    • If not matched: Failed.

6.3 SNMP Get Monitor for Humidity

  1. New monitor Humidity Sensor 1.
  2. OID .1.3.6.1.4.1.3854.1.2.2.1.17.1.3.1.
  3. Check interval 5 minutes.
  4. Thresholds:
    • Warning if value > 70.
    • Failed if value > 80.
    • Warning if value < 20.
    • Failed if value < 10.
    • Units rF.
  5. No multiplier needed, direct value in rF.

6.4 SNMP Get Monitor for Voltage

  1. New monitor Voltage Sensor 1 PDU Input.
  2. OID .1.3.6.1.4.1.3854.1.2.2.1.15.1.3.1.
  3. Thresholds:
    • Value Multiplier 0.1, raw value 10 for Volt.
    • Warning if value < 207 or > 253.
    • Failed if value < 196 or > 260.
    • Units V.

6.5 SNMP Get Monitor for Door Contact and Other Sensors

  1. New monitor Door Contact Rack Door Front.
  2. OID .1.3.6.1.4.1.3854.1.2.2.1.10.1.3.1.
  3. Check interval 1 minute.
  4. Thresholds:
    • Response must match Specific value 0, closed = OK.
    • If not matched: Failed.

6.6 Apply OID Value Directly from MIB Browser to Monitor

  1. In the SNMP Get Monitor dialog, click Browse next to the OID field.
  2. The MIB browser opens with the current host preselected.
  3. In the OID tree, select Enterprises > Didactum Rack Monitoring > Temperature > tempValue.
  4. Select the sensor index, for example instance 1.
  5. Click Select; the OID is adopted automatically into the monitor.
  6. The current value is shown directly in the browser window.

6.7 All Recommended SNMP Get Monitors at a Glance

Monitor NameOIDMultiplierIntervalThreshold Type
Temperature Sensor 1.1.3.6.1.4.1.3854.1.2.2.1.16.1.3.10.15 minWarn > 30, Failed > 35 C
Temperature Sensor 2.1.3.6.1.4.1.3854.1.2.2.1.16.1.3.20.15 minWarn > 30, Failed > 35 C
Temperature Sensor 3.1.3.6.1.4.1.3854.1.2.2.1.16.1.3.30.15 minWarn > 25, Failed > 30 UPS, C
Temp Status Sensor 1.1.3.6.1.4.1.3854.1.2.2.1.16.1.4.115 minOK 0, Failed 1
Leakage Sensor 1.1.3.6.1.4.1.3854.1.2.2.1.18.1.4.111 minOK 0, Failed 1
Leakage Sensor 2.1.3.6.1.4.1.3854.1.2.2.1.18.1.4.211 minOK 0, Failed 1
Humidity Sensor 1.1.3.6.1.4.1.3854.1.2.2.1.17.1.3.115 minWarn > 70 < 20, Failed > 80 rF
Voltage Sensor 1.1.3.6.1.4.1.3854.1.2.2.1.15.1.3.10.15 minWarn < 207 > 253, Failed < 196 V
Door Contact Sensor 1.1.3.6.1.4.1.3854.1.2.2.1.10.1.3.111 minOK 0, Failed 1
Smoke Detector Sensor 1.1.3.6.1.4.1.3854.1.2.2.1.14.1.3.111 minOK 0, Failed 1
Motion Sensor 1.1.3.6.1.4.1.3854.1.2.2.1.11.1.3.111 minOK 0, Failed 1
System Uptime.1.3.6.1.2.1.1.3.00.0160 minDisplay only

7. OID Reference for IPHost Network Monitor

All OIDs are based on the Didactum Enterprise OID base 1.3.6.1.4.1.3854. The placeholder n stands for the sensor index, with 1 being the first sensor, and so on.

7.1 Temperature Sensors

OIDDescriptionRaw ValueIPHost MultiplierIPHost Threshold
1.3.6.1.4.1.3854.1.2.2.1.16.1.3.nTemperature value sensor nC x 100.1Warn > 30, Failed > 35 C
1.3.6.1.4.1.3854.1.2.2.1.16.1.4.nTemperature status sensor nEnum 0/1/21OK 0, Warn 1, Failed 2
1.3.6.1.4.1.3854.1.2.2.1.16.1.7.nUpper limit sensor nC x 100.1Informational
1.3.6.1.4.1.3854.1.2.2.1.16.1.8.nLower limit sensor nC x 100.1Informational
1.3.6.1.4.1.3854.1.2.2.1.16.1.2.nSensor name nText For monitor label

7.2 Leakage Sensors

OIDDescriptionRaw ValueIPHost Configuration
1.3.6.1.4.1.3854.1.2.2.1.18.1.4.nLeakage status sensor n0 OK, 1 leakageResponse must match 0, Failed if 1
1.3.6.1.4.1.3854.1.2.2.1.18.1.3.nLeakage value sensor n0 dryAlternative to status OID
1.3.6.1.4.1.3854.1.2.2.1.18.1.2.nSensor name nTextFor label

7.3 Humidity and Other Sensors

OIDDescriptionRaw ValueMultiplierIPHost Threshold
1.3.6.1.4.1.3854.1.2.2.1.17.1.3.nHumidity value sensor nrF1Warn > 70 < 20, Failed > 80 < 10
1.3.6.1.4.1.3854.1.2.2.1.17.1.4.nHumidity status nEnum 0/1/21OK 0, Warn 1, Failed 2
1.3.6.1.4.1.3854.1.2.2.1.15.1.3.nVoltage value sensor nV x 100.1Warn < 207 > 253, Failed < 196 > 260
1.3.6.1.4.1.3854.1.2.2.1.15.1.4.nVoltage status sensor nEnum 0/1/21OK 0, Warn 1, Failed 2
1.3.6.1.4.1.3854.1.2.2.1.10.1.3.nDoor contact status0 closed, 1 open1OK 0, Failed 1
1.3.6.1.4.1.3854.1.2.2.1.11.1.3.nVibration / motion0 none, 1 alarm1OK 0, Failed 1
1.3.6.1.4.1.3854.1.2.2.1.14.1.3.nSmoke detector status0 OK, 1 alarm1OK 0, Failed 1
1.3.6.1.2.1.1.3.0System UptimeHundredths of seconds0.01Display only

8. Alerting and Notifications

8.1 Create Alert Profiles

IPHost uses alert profiles, notification profiles that can be assigned to multiple monitors.

  1. Navigate to Tools > Alert Profiles > Add Profile.
  2. Profile for e-mail notification:
    • Profile Name: Didactum E-Mail Alert
    • Alert Type: Send E-Mail
    • To: admin@example.com
    • Subject: IPHost status monitor on host value value
    • Message: monitor monitor host status value units date time
  3. Save.

8.2 Alert Profile for Immediate Leakage Alarm

  1. New profile Didactum-Leakage-CRITICAL.
  2. Alert Type: Send E-Mail.
  3. To: all relevant contacts admin@example.com, oncall@example.com.
  4. Subject: CRITICAL LEAKAGE on host monitor!
  5. Add second alert action: Execute Program, external script for SMS sending.
  6. Repeat alarm: Resend alert every 5 minutes while the error is active.

8.3 Assign an Alert Profile to a Monitor

  1. Open the monitor via right-click > Properties.
  2. Alerts tab.
  3. Click Add Alert:
    • Trigger: On status change to Failed.
    • Profile: select Didactum-Leakage-CRITICAL.
  4. Add a second alert:
    • Trigger: On status change to OK, all clear.
    • Profile: Didactum-E-Mail-Alert.
  5. Save.

8.4 Available Alert Types in IPHost

Alert TypeDescriptionRecommended for Didactum
Send E-MailSend e-mail to one or more addressesAll alarm types
Send SMSSMS via configured SMS gatewayLeakage, smoke detector critical alarms
Execute ProgramStart any program or scriptCustom scripts, ticket system integration
Play SoundAcoustic alarm on the IPHost serverLocal alarm in server room
SNMP SetSend SNMP write command to a deviceControl external devices in an alarm
Execute SSH ScriptRun script via SSH on remote systemIntegration with external systems
Show PopupPopup window on the IPHost server desktopLocal visual notification
Send Jabber ICQInstant message notificationOptional for chat notifications

8.5 Recommended Alarm Thresholds

MonitorWarning ThresholdCritical/Failed ThresholdStandard
Temperature IT rack C> 30 C> 35 CASHRAE A1 15-32 C
Temperature UPS room C> 25 C> 30 CManufacturer specification
Humidity high rF> 70> 80ASHRAE 20-80 rF
Humidity low rF< 20< 10ASHRAE 20-80 rF
Leakage 0/1 1 immediatelyImmediate alarm
Voltage 230 V AC V< 207 or > 253< 196 or > 260EN 50160 10
Door contact / smoke / motion 1Policy dependent

9. Configure the SNMP Trap Monitor

IPHost Network Monitor includes a native SNMP Trap Monitor that receives incoming SNMP traps from the Didactum device and processes them as events without active polling.

9.1 Create SNMP Trap Monitor

  1. Right-click host didactum-rack01 and choose Add Monitor.
  2. Select monitor type SNMP Trap.
  3. Set the following parameters:
    • Monitor Name: Didactum SNMP Traps
    • Listening Port: 162 UDP
    • Trap Community: public
    • Source IP Filter: 192.168.1.100, only traps from the Didactum device.
  4. Trap Filter tab:
    • OID filter .1.3.6.1.4.1.3854, all Didactum traps.
    • Alternatively, specific OID for leakage .1.3.6.1.4.1.3854.1.7.2.
  5. Click OK.

9.2 Separate Trap Monitors for Critical Events

For differentiated alerting, separate trap monitors per OID type are recommended.

Monitor NameTrap OID FilterAlert Profile
Didactum Temperature Trap.1.3.6.1.4.1.3854.1.7.1Didactum-E-Mail-Alert
Didactum Leakage Trap.1.3.6.1.4.1.3854.1.7.2Didactum-Leakage-CRITICAL
Didactum Humidity Trap.1.3.6.1.4.1.3854.1.7.3Didactum-E-Mail-Alert
Didactum Voltage Trap.1.3.6.1.4.1.3854.1.7.4Didactum-E-Mail-Alert
Didactum Door Contact Trap.1.3.6.1.4.1.3854.1.7.10Didactum-E-Mail-Alert
Didactum Smoke Detector Trap.1.3.6.1.4.1.3854.1.7.14Didactum-Leakage-CRITICAL
Didactum Restart Trap.1.3.6.1.4.1.3854.1.7.99Didactum-E-Mail-Alert

9.3 Perform Trap Test

Send a test trap for leakage to IPHost from a Linux/Windows system with snmptrap
snmptrap -v2c -c public 192.168.1.92 .1.3.6.1.4.1.3854.1.7.2 .1.3.6.1.4.1.3854.1.2.2.1.18.1.4.1 i 1
Check trap input in IPHost
Web Interface > Events > Filter Host didactum-rack01

10. Reports and Dashboards

10.1 Web Interface Dashboard

  1. Open the web interface via Tools > Open Web Interface or directly at 192.168.1.92.
  2. The dashboard shows all monitors with current status in green, yellow, red.
  3. Select filtering by group Didactum Monitoring Devices.
  4. Click an individual monitor for a detailed view with current value and performance graph.

10.2 Performance Graphs

  1. Double-click the monitor in the Client Application.
  2. The Chart tab opens the performance graph.
  3. Choose a time period: last 24 hours, 7 days, 30 days.
  4. The graph shows min, max, average of the sensor value after multiplier application, for example in C.

10.3 Create Automatic Reports

  1. Navigate to Tools > Reports > New Report.
  2. Report settings:
    • Report Name: Didactum Monthly Report
    • Report Type: Summary Report
    • Target: group Didactum Monitoring Devices
    • Period: Last month
    • Includes: performance graphs, alarm overview, availability statistics
  3. Schedule report: Monthly, 1st of the month.
  4. Send by e-mail to admin@example.com.

10.4 Trend Report for Temperature History

  1. Navigate to Tools > Reports > New Report > Trend Report.
  2. Monitor Temperature Sensor 1 Rack Front.
  3. Time period: last 30 days.
  4. Report shows average, minimum, maximum per day.
  5. Format HTML or PDF.

10.5 Problem Report for Alarm Analysis

  1. Navigate to Tools > Reports > New Report > Problem Report.
  2. Group Didactum Monitoring Devices.
  3. Contains all Failed/Warning events with timestamp, duration, and value.
  4. Useful for monthly analysis and SLA reports.

11. Troubleshooting

ProblemPossible Cause / Solution
Monitor shows SNMP timeoutWindows Firewall on the IPHost server, allow UDP port 161 outbound? Firewall on the Didactum device, Allowed Managers correctly set? Community string correct? Increase timeout value in the monitor to 3000 ms.
OID returns No Such ObjectSensor not connected or wrong index. Open MIB browser, perform device walk, check existing OIDs and indices. Enter OID with leading dot .1.3.6.1.4.1.3854...
Temperature value wrong, 235 instead of 23.5Set Value Multiplier in the monitor to 0.1. Monitor properties > Thresholds > Multiplier. Then enter thresholds in C, not 10.
MIB import failsCheck dependent MIBs: SNMPv2-SMI, SNMPv2-TC. MIB browser > File > Load MIB error message. MIB file encoding UTF-8 without BOM. Restart the IPHost service after copying the MIB.
SNMP traps do not arriveWindows Firewall, allow UDP port 162 inbound? Section 4.5. Trap receiver IP set correctly on the Didactum device? Trap community correct? Check IPHost trap monitor status via right-click > Status.
Alert e-mail is not sentCheck SMTP settings via Tools > Options > Mail > Test. Alert profile assigned to the monitor? Trigger condition correct, On status change to Failed?
Monitor does not start after configurationIs the IPHost Monitoring Service running? Windows Services > IPHost Monitoring Service status. Restart the service. License limit, maximum monitors reached?
Performance graph shows no dataMonitor must have at least one successful poll. Wait for the check interval. Database path writable? Check IPHost log via Tools > Log Viewer.

Diagnostic Steps in IPHost

:: Restart IPHost Monitoring Service (as Administrator):
net stop "IPHost Monitoring Service"
net start "IPHost Monitoring Service"
:: Test SNMP reachability (if Windows SNMP tools are installed):
:: Control Panel → Programs → Windows Features → Enable SNMP
snmpwalk -v2c -c public 192.168.1.100 1.3.6.1.4.1.3854
:: Check Windows Firewall rules:
netsh advfirewall firewall show rule name=all | findstr "SNMP"
:: Open UDP Port 162:
netsh advfirewall firewall add rule name="IPHost SNMP Trap In" ^
protocol=UDP dir=in localport=162 action=allow
:: View IPHost Log (Client Application):
:: Tools → Log Viewer → Filter: Error, Warning
:: Check MIB directory (IPHost):
dir "C:\Program Files\IPHost Network Monitor\mibs\"

Useful Tools in IPHost

ToolInvocation in IPHostUse
MIB BrowserTools > SNMP MIB BrowserExplore Didactum OIDs, retrieve values
Ping ToolTools > PingTest reachability of the Didactum device
Traceroute ToolTools > TracerouteCheck network path to the Didactum device
SNMP Get/WalkTools > SNMP QueryFast OID query without a monitor
Log ViewerTools > Log ViewerIPHost error messages and events
Network DiscoveryTools > Network Discovery WizardAutomatically find new Didactum devices
Alert TestMonitor > Test AlertTest alert profile without a real error

Appendix: IPHost Configuration Quick Reference

TaskNavigation Path in IPHost
Create hostRight-click folder > Add Host
Network discoveryTools > Network Discovery Wizard
Create SNMP Get MonitorRight-click host > Add Monitor > SNMP Get
Create SNMP Trap MonitorRight-click host > Add Monitor > SNMP Trap
Import MIB fileTools > SNMP MIB Browser > File > Load MIB
Create alert profileTools > Alert Profiles > Add Profile
Assign alert to a monitorMonitor Properties > Alerts > Add Alert
Configure e-mail serverTools > Options > Mail
Display performance graphDouble-click monitor > Chart
Create reportTools > Reports > New Report
Open web interfaceTools > Open Web Interface
Check IPHost logTools > Log Viewer
Check monitor statusRight-click monitor > Status
Run monitor immediatelyRight-click monitor > Check Now
Group viewLeft panel > select group

For firmware-specific OIDs and supported sensor types, always consult the current Didactum device documentation. IPHost version-specific details must be checked in the IPHostMonitor documentation at iphostmonitor.com.

This website uses cookies

This website uses cookies to improve user experience. By using our website you consent to all cookies in accordance with our Cookie Policy.

Essential cookies enable basic functions and are necessary for the website to function properly.
Statistics cookies collect information anonymously. This information helps us to understand how our visitors use our website.
Marketing cookies are used by third parties or publishers to display personalized advertisements. They do this by tracking visitors across websites.