Zabbix
Zabbix copied to clipboard
zbx-veeam -- installation tips for readme
maybe you can add this in the readme:
when i have spaces in the pathname you must use escape this (): C:\Program Files\zabbix>%SystemRoot%\system32\windowspowershell\v1.0\powershell. exe -nologo -command "& C:\Program
Files\zabbix\zabbix_vbr_job.ps1" Discovery
If you can run the script by security-reason, you must use the parameter -ExecutionPolicy ByPass C:\Program Files\zabbix>%SystemRoot%\system32\windowspowershell\v1.0\powershell. exe -nologo -ExecutionPolicy ByPass -command "& C:\Program` Files\zabbix\zabbix_vbr_job.ps1" Discovery
I will just add a comment, that setting the Timeout 10
in the zabbix_agentd.conf
also solved the issue from for me, where I get a ZBX_NOTSUPPORTED once a while.
The default 3 seconds is too short.
Another note - this does not monitoring Tape jobs.
I have to consider if that should be added as another template, or just included in the current.
We added tapes to the script for our environment. I simply never had the time to look up how github works, so I could send the original author the changes.
@ZomboBrain Okay, You can drag & drop files into a issue, or create a pull request. But please share the file with me :) Are you using Veeam 8?
@lauer We use Veeam 8. I'm on vacation right now. But in a week I will be back at work. I will then try to post the changes we made.
@lauer @jjmartres I did my first steps with Git. I didn't understand a thing, but I think I managed to fork this repository, commited my changes to the fork and the did a pull request ?!? ^^" There are now two new switches. One called "Discovery-Tape" and "Result-Tape". I now would have to update the Zabbix Template XML file and perhaps the readme. But its very late. I have to do it later this week.