Set Up Monitoring of Backup Exec Service/Jobs via NTLog Test

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
compudox
Posts: 5
Joined: Tue Aug 07, 2007 12:45 pm

Set Up Monitoring of Backup Exec Service/Jobs via NTLog Test

Post by compudox »

New to Host Monitor and would like to set up tests to email me when the BackUp Exec service Stops or Starts and when a nightly backup job runs
successfully or fails. Can anyone offer suggestions. I have tried setting
up several variations of this test but none work exactly as I want them to.
Thanks in advance for any help that is provided me.

Sean
KS-Soft
Posts: 12825
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

There are various solutions: you may check text logs or setup Backup Exec to send SNMP Trap messages and use SNMP Trap test method to receive such messages.
More details available at
http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=1183

Regards
Alex
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Re: Set Up Monitoring of Backup Exec Service/Jobs via NTLog

Post by KS-Soft Europe »

compudox wrote:I have tried setting
up several variations of this test but none work exactly as I want them to.
As I understand, you have tried to setup the "NT Event Log test" method, right? Could you explain what is wrong? Could you provide the settings, you have specified for the "NT Event Log" test method? What exact status does HostMonitor show for that particular test?
Please note: HostMonitor changes test status to "Bad" only when it has found NEW event(s) that satisfies all specified requirements. If, after the next probe, the monitor does not find a new "Bad" event, it changes the test status to "Ok". http://www.ks-soft.net/hostmon.eng/mfra ... m#chkNTLog

Regards,
Max
compudox
Posts: 5
Joined: Tue Aug 07, 2007 12:45 pm

Post by compudox »

My apologies for the delay in response.
Sanitized Test Settings are Below:

; ------- Test #01 -------


Method = NTLog
;--- Common properties ---
DestFolder = Root\XX CXXXXX\Hosts\Servers\FSC\
RMAgent = 192.168.XXX.X
Title = NTLog \\Host:Backup Exec Bad Status
Comment = NTLog \\Host:Backup Exec
RelatedURL =
ScheduleMode= Regular
Schedule = 7 Days, 24 Hours
Interval = 43200
Alerts = Send Service Status Bad Email
ReverseAlert= No
UnknownIsBad= Yes
WarningIsBad= Yes
UseCommonLog= Yes
PrivLogMode = Default
CommLogMode = Default
;--- Test specific properties ---
Computer = \\Host
Log = Application
Source = Backup Exec
Username = UserID
Password = Password
CheckComp = AnyFromList
CheckType = AnyFromList
CheckID = AnyFromList
CheckDescr = AnyFromList
CompList = ^M\\Host^M
TypeList = Error
TypeList = Warning
TypeList = Information
IDList = ^M34113^M57997^M
DescrList = ^MBackup Exec Alert: Service Stop^MBackup Exec Alert: Job Failed^M
ReportMode = LastEvent

The Backup Exec Job fails and no email is sent and the status stays at OK.
Also you state that the tests will only report on "Bad" events, so it will not report if the Service starts or the job completes successfully? Correct?

Thanks,

Sean
KS-Soft
Posts: 12825
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

The Backup Exec Job fails and no email is sent and the status stays at OK.
1) I think there is mistake. As I know Backup Exec uses ID 57797 for "Service Stop" event (not 57997)
2) Also I think you may use "Description contains: Any text" filter mode. You are filtering events by ID, that ID identifies unique events so you don't need to check descriptions.
Also you state that the tests will only report on "Bad" events, so it will not report if the Service starts or the job completes successfully? Correct?
Not exactly.
1) What event is "bad" and what event is "good", its up to you. You are the one who setup the filter.
2) We said "HostMonitor changes test status to Bad only when it has found NEW event(s) that satisfies all specified requirements." Keyword is "NEW". In other words, HostMonitor does not checks events that where recorded before you setup test.

Regards
Alex
lee
Posts: 4
Joined: Thu May 03, 2007 4:07 am

Post by lee »

This is what I use (have just come back into using HostMonitor literally today though, but this is what's been sitting in my tests for the past six months, alebit inactive):

Code: Select all

Method      = NTLog
;--- Common properties ---
;DestFolder = Root\
RMAgent     = My SBS
Title       = Backup failure
Comment     = An event relating to failed backup is in the event log
RelatedURL  = 
ScheduleMode= Regular
Schedule    = 7 Days, 24 Hours
Interval    = 21600
Alerts      = Message, Sound
ReverseAlert= No
UnknownIsBad= Yes
WarningIsBad= Yes
UseCommonLog= Yes
PrivLogMode = Full
CommLogMode = Default
;--- Test specific properties ---
Computer    = 
Log         = Application
Source      = 
CheckComp   = Any
CheckType   = Any
CheckID     = AnyFromList
CheckDescr  = Any
CompList    = 
TypeList    = Error
IDList      = ^M34113^M34338^M57348^M58053^M57751^M34114^M58057^M34578^M
DescrList   = 
ReportMode  = LastEvent
This one was also in there, check once a day to see if the 'backup completed' event is NOT present:

Code: Select all

Method      = NTLog
;--- Common properties ---
;DestFolder = Root\
RMAgent     = My SBS
Title       = Missing 'backup completed' event
Comment     = Event 34112 (backup completed successfully) not in app event log
RelatedURL  = 
ScheduleMode= OneTestPerDay
ScheduleTime= 09:00:00
Alerts      = 'Backup complete' event missing
ReverseAlert= Yes
UnknownIsBad= Yes
WarningIsBad= Yes
UseCommonLog= Yes
PrivLogMode = Default
CommLogMode = Default
;--- Test specific properties ---
Computer    = 
Log         = Application
Source      = 
CheckComp   = Any
CheckType   = Any
CheckID     = AnyFromList
CheckDescr  = Any
CompList    = 
TypeList    = Information
IDList      = ^M34112^M
DescrList   = 
ReportMode  = LastEvent
Hope that this is of some use to you. Corrections, amendments and alternate versions welcome.
compudox
Posts: 5
Joined: Tue Aug 07, 2007 12:45 pm

Post by compudox »

Thanks, I will take a look at this and give it a try.

Sean
Post Reply