Page 1 of 1
Veeam Backup
Posted: Thu May 26, 2016 9:28 am
by azam101
Hi,
I need some help on setting up monitoring for Veeam Backup.
I have found the link below, but not sure how this works? has anybody got a guide on how this works? how do you setup the alert on nagios xi?
what do you have to do Veeam to get this working?
https://exchange.nagios.org/directory/P ... ps/details
Re: Veeam Backup
Posted: Thu May 26, 2016 11:45 am
by hsmith
What have you done so far to get this working?
Re: Veeam Backup
Posted: Fri May 27, 2016 10:11 am
by azam101
Not done anything yet.
I dont know where to start.
Re: Veeam Backup
Posted: Mon May 30, 2016 2:58 am
by Box293
This guide here:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Demonstrates how to configure NSClient++ to execute a script, which is what you want to do.
Re: Veeam Backup
Posted: Tue May 31, 2016 3:25 am
by azam101
So you have to install NSClient++ on a windows box which can see the Veeam Backups, and run the powershell scripts against the windows box. This will then report back to nagios server to generate the Alert.
How do I setup the Services in Nagios?
What Command will it need?
Re: Veeam Backup
Posted: Tue May 31, 2016 10:01 am
by rkennedy
Yes - take a look at the instructions @Box293 posted.
In your NSClient++ configuration you will define a specific command, which will execute the powershell script locally.
Then, using Nagios, you will call to that command using check_nrpe, which will call to the machine running NSClient++, and have the powershell script run.