Veeam Copy Job Checks using NRPE check
Posted: Mon Jan 29, 2018 9:25 pm
Nagios Core 4.3.4
Veeam B&R 9.5
Found this
https://exchange.nagios.org/directory/P ... ck/details
Works for my Backup and Replication Jobs
The Copy Jobs keeps saying it did not complete successfully.
Run this
nsclient.ini entry
My Veeam server cfg
Any ideas?
Veeam B&R 9.5
Found this
https://exchange.nagios.org/directory/P ... ck/details
Works for my Backup and Replication Jobs
The Copy Jobs keeps saying it did not complete successfully.
Run this
Code: Select all
/usr/local/nagios/etc/objects# /usr/lib/nagios/plugins/check_nrpe -t 50 -H TGCS008 -c checkveeambu -a "Win 81 Copy Job" 1
ResultsCode: Select all
/usr/local/nagios/etc/objects# /usr/lib/nagios/plugins/check_nrpe -t 50 -H TGCS008 -c checkveeambu -a "Win 81 Copy Job" 1
WARNING! Job 'Win 81 Copy Job' didn't fully succeed.Code: Select all
; check veeam backups
checkveeambu = cmd /c echo scripts/powershell/check_veeam.ps1 "$ARG1$" "$ARG2$"; exit $LastExitCode | powershell.exe -command -Code: Select all
define service{
use generic-service
host_name TGCS008
service_description Win 10 Copy Job
check_interval 1440
notification_interval 0
check_command check_nrpe!checkveeambu! -a 'Win 10 Copy Job' 1
servicegroups Veeam
}