Search found 3 matches

by focheur91300
Fri Nov 22, 2019 3:23 am
Forum: Open Source Nagios Projects
Topic: NRPE : Veeam Agent for Linux - RESOLVED
Replies: 5
Views: 2264

Re: NRPE : Veeam Agent for Linux

I found a solution through the agent logs.

Code: Select all

date=$(date +"%d.%m.%Y")

veeamlist=$(cat /var/log/veeam/Backup/*/*/* | grep "JOB STATUS" | grep "$date")
veeamend=$(echo $veeamlist | awk '{print $2}' | awk -F "]" '{print $1}')
by focheur91300
Thu Nov 21, 2019 11:45 am
Forum: Open Source Nagios Projects
Topic: NRPE : Veeam Agent for Linux - RESOLVED
Replies: 5
Views: 2264

Re: NRPE : Veeam Agent for Linux

thank you for your comeback.

I tried adding the full path, it does not work either.
by focheur91300
Thu Nov 21, 2019 4:15 am
Forum: Open Source Nagios Projects
Topic: NRPE : Veeam Agent for Linux - RESOLVED
Replies: 5
Views: 2264

NRPE : Veeam Agent for Linux - RESOLVED

Hello to the community, I will come to you because I have a problem with the exit when running /usr/local/nagios/libexec/check_nrpe . I develop a plug-in that allows me to check the status of the latest veeam backup. Code below: #!/bin/sh copyright=$( echo "#####################################...