Here are two typical (pair of) entries in the log file:
[25-01-2008 16:52:36] Mail Relay 1 Pending Mails Unknown Timeout SNMP test 401
[25-01-2008 16:53:39] Mail Relay 1 Pending Mails Ok 0 SNMP test 401
[25-01-2008 14:55:17] Switch Data A05 Out Errors Unknown Timeout Traffic (192.168.16.5) 364
[25-01-2008 15:00:23] Switch Data A05 Out Errors Ok 0.00 Traffic (192.168.16.5) 364
Here are the test definitions for these two tests:
Code: Select all
Method = SNMP
;--- Common properties ---
;DestFolder = Root\Bern GS\DMZ\
Title = Mail Relay 1 Pending Mails
Comment = SNMP: get 1.3.6.1.4.1.15497.1.1.1.11.0 from 172.21.25.13
RelatedURL =
ScheduleMode= Regular
Schedule =
Interval = 60
Alerts = Message, Sound
ReverseAlert= No
UnknownIsBad= No
WarningIsBad= No
UseCommonLog= Yes
PrivLogMode = Default
CommLogMode = Default
SyncCounters= Yes
SyncAlerts = No
DependsOn = list
MasterTest-Alive = Mail Relay 1
;--- Test specific properties ---
Agent = 172.21.25.13
Profile = public
Timeout = 5000
Retries = 1
OID = 1.3.6.1.4.1.15497.1.1.1.11.0
Condition = MoreThan
Value = 5
Code: Select all
Method = TrafficMonitor
;--- Common properties ---
;DestFolder = Root\Wabern\SwitchesErrors\
Title = Switch Data A05 Out Errors
Comment = Interface: monitor traffic on all interfaces
RelatedURL =
ScheduleMode= Regular
Schedule =
Interval = 300
Alerts = Message, Sound
ReverseAlert= No
UnknownIsBad= No
WarningIsBad= No
UseCommonLog= Yes
PrivLogMode = Default
CommLogMode = Default
SyncCounters= Yes
SyncAlerts = No
DependsOn = list
MasterTest-Alive = Switch Data A05
;--- Test specific properties ---
AgentAddr = 192.168.16.5
Profile = public
Port = 161
Timeout = 2000
Retries = 1
IntIndex = -1
IntDescr = monitor traffic on all interfaces
Check = OutErrors
MinLimit = No
Limit = 5
Units = 1
Alex