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
Veeam Backup
Re: Veeam Backup
Not done anything yet.
I dont know where to start.
I dont know where to start.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Veeam Backup
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.
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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Veeam Backup
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?
How do I setup the Services in Nagios?
What Command will it need?
Re: Veeam Backup
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.
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.
Former Nagios Employee