-
- Novice
- Posts: 5
- Liked: never
- Joined: Apr 08, 2013 3:12 pm
- Full Name: Chris Pohts
- Contact:
Alerting Schedule/Maintenance
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.
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Alerting Schedule/Maintenance
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.
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Alerting Schedule/Maintenance
Here is the script that sets suppress time period (from 2 am to 3 am) for all alarms:
In v7 I will ask our dev team to add such capability to Monitor Client. Hope this helps!
Code: Select all
UPDATE monitor.Alarm SET suppress_type = 2, suppress_data = '02:0003:00'
-
- Novice
- Posts: 5
- Liked: never
- Joined: Apr 08, 2013 3:12 pm
- Full Name: Chris Pohts
- Contact:
Re: Alerting Schedule/Maintenance
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.
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Alerting Schedule/Maintenance
What version of Veeam ONE are you currently using?
-
- Novice
- Posts: 5
- Liked: never
- Joined: Apr 08, 2013 3:12 pm
- Full Name: Chris Pohts
- Contact:
Re: Alerting Schedule/Maintenance
6.5.0.687
-
- Novice
- Posts: 5
- Liked: never
- Joined: Apr 08, 2013 3:12 pm
- Full Name: Chris Pohts
- Contact:
Re: Alerting Schedule/Maintenance
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?
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Alerting Schedule/Maintenance
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.
Hope this helps.
Thanks.
-
- Novice
- Posts: 5
- Liked: never
- Joined: Apr 08, 2013 3:12 pm
- Full Name: Chris Pohts
- Contact:
Re: Alerting Schedule/Maintenance
That worked, thanks!
Who is online
Users browsing this forum: No registered users and 2 guests