Real-time performance monitoring and troubleshooting
Post Reply
cpohts
Novice
Posts: 5
Liked: never
Joined: Apr 08, 2013 3:12 pm
Full Name: Chris Pohts
Contact:

Alerting Schedule/Maintenance

Post by cpohts »

Short of opening each alarm definition and setting a supression time, is there a way to globally stop monitoring or ignore alerts for a recurring schedule? All my servers are restarted at a random time between 2am and 5am Monday mornings which generates a bunch of alerts in Veeam. I could live with ignoring these alerts at the time period daily if I had to, but can this be setup without editing each alarm definition? Thanks all.
Vitaliy S.
VP, Product Management
Posts: 27055
Liked: 2710 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: Alerting Schedule/Maintenance

Post by Vitaliy S. »

There is no GUI setting for that, but let me check if it is possible to do that with a SQL script. I will post back once I have more info.
Vitaliy S.
VP, Product Management
Posts: 27055
Liked: 2710 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: Alerting Schedule/Maintenance

Post by Vitaliy S. »

Here is the script that sets suppress time period (from 2 am to 3 am) for all alarms:

Code: Select all

UPDATE monitor.Alarm SET suppress_type = 2, suppress_data = '02:0003:00'
In v7 I will ask our dev team to add such capability to Monitor Client. Hope this helps!
cpohts
Novice
Posts: 5
Liked: never
Joined: Apr 08, 2013 3:12 pm
Full Name: Chris Pohts
Contact:

Re: Alerting Schedule/Maintenance

Post by cpohts »

Sorry, this didn't work. I ran the command in SQL Management Studio, but received the eorror "Invalid object name monitor.alarm" Do I need to do anything else for this command to work.
Vitaliy S.
VP, Product Management
Posts: 27055
Liked: 2710 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: Alerting Schedule/Maintenance

Post by Vitaliy S. »

What version of Veeam ONE are you currently using?
cpohts
Novice
Posts: 5
Liked: never
Joined: Apr 08, 2013 3:12 pm
Full Name: Chris Pohts
Contact:

Re: Alerting Schedule/Maintenance

Post by cpohts »

6.5.0.687
cpohts
Novice
Posts: 5
Liked: never
Joined: Apr 08, 2013 3:12 pm
Full Name: Chris Pohts
Contact:

Re: Alerting Schedule/Maintenance

Post by cpohts »

Found the problem - SQL MS didn't identify the VeamONE instance. The browse function only identified the db instance for Veeam Backup. I checked the VeeamOneSettings tool and identified the SQL instance, loaded it manually in SQL MS and ran the script against the VeeamOne database. Completed successfully. Is there anyway to verify this suppression time is now active for all alarms?
veremin
Product Manager
Posts: 20270
Liked: 2252 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Alerting Schedule/Maintenance

Post by veremin » 1 person likes this post

Yep, it can be verified in the GUI by checking suppress setting of any alarm. Please, be aware that you need to restart Veeam One service first.

Hope this helps.
Thanks.
cpohts
Novice
Posts: 5
Liked: never
Joined: Apr 08, 2013 3:12 pm
Full Name: Chris Pohts
Contact:

Re: Alerting Schedule/Maintenance

Post by cpohts »

That worked, thanks!
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests