Nagios Check Veeam Backup

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sth_bytelab
Posts: 25
Joined: Thu Aug 25, 2016 1:58 am

Nagios Check Veeam Backup

Post by sth_bytelab »

I have would like to check Veeam Backup Jobs with Nagios.
I am using a NRPE command to exectue a powershell script.
I have included the powershell script in the nsc.ini file and allow arguments.
But when I run the command I recieve this:
Udklip.PNG
Nagios is right I don't have a job named 'Local', but I have run named: "Local - Virgo SQL".
Have should I specify the name of the backup job?
You do not have the required permissions to view the files attached to this post.
bolson

Re: Nagios Check Veeam Backup

Post by bolson »

Hello sth_bytelab,

I believe the job name should be in single quotes rather than double quotes. Ie: 'Local - Virgo SQL'

My thought is that nrpe is not recognizing the double quotes so it's only reading from the L in Local to the first space.
bolson

Re: Nagios Check Veeam Backup

Post by bolson »

Let me know if this solves your issue.
sth_bytelab
Posts: 25
Joined: Thu Aug 25, 2016 1:58 am

Re: Nagios Check Veeam Backup

Post by sth_bytelab »

Thank you I solved the problem by putting " around $arg1$ in the NSC config file.
bolson

Re: Nagios Check Veeam Backup

Post by bolson »

Closing topic as resolved.

Thank you for using the Nagios Support Forum.
Locked