zabbix-VEEAM_B-R
zabbix-VEEAM_B-R copied to clipboard
No xml Generated
Zabbix server and agent are 4.0.13 Veeam 9.5
not even with:
PS C:\Windows\system32> powershell.exe -NoProfile -ExecutionPolicy Bypass -File "C:\Program Files\Zabbix Agent\scripts\z abbix_vbr_job.ps1" ExportXml
there are no xml Files only folder is created can anybody help me ?
Hi,
Check that your powershell execution policy is correct (get-executionpolicy), and no problems with UAC.
With powershell check the success of the export manually with :
Add-PSSnapin -Name VeeamPSSnapIn
Connect-VBRServer
Get-VBRBackupSession | Export-Clixml .\testExport.xml
I will try that tomorow
Now are xmls here :/ but for some reason in zabbix i still see only:
Could it be because of Timeout ? and How can i check that ??
Can i somehow run data transfer maualy to zabbix ?
Any idea why ?
Hi,
Can you check your zabbix_agentd.conf contains the userparameter ?
UserParameter=vbr[*],powershell -NoProfile -ExecutionPolicy Bypass -File "C:\Program Files\Zabbix Agent\scripts\zabbix_vbr_job.ps1" "$1" "$2" "$3"
On your zabbix server you can test that and return the error :
zabbix_get -s "yourveeamserver" -k 'vbr["DiscoveryBackupJobs"]'
First one yes and second i will test that immediately
Hello, Any news ?
Progress is that xml are generated but items are labeled in discover like unsupported even when i try it on machine
Hi Did you solve your problem? I ve got the same :(
@Randy29800 yes, try to set Agents to active mod instead of passive this helped me