vMarkusK / Advanced-PRTG-Sensors

Collection of my Advanced PRTG Sensors
https://mycloudrevolution.com/
Apache License 2.0
67 stars 29 forks source link

Probe on another server #101

Closed Chriszep76 closed 1 year ago

Chriszep76 commented 1 year ago

Good Morning -Veeam12 last version installed on ip 192.168.102.4 -Prtg on another server (different login) I tried this parameter on the sensor : -p=“192.168.102.4“ can i put user and password on this line ??

2023-08-10 13_49_11-Veeam Backup _ Sensor Details _ PRTG Network Monitor (AVRPRTG)

vMarkusK commented 1 year ago

Passing username/password as parameter is not supported.

Use a windows task in combination with http-push or modify the Probe service to use a valid credential.

vMarkusK commented 1 year ago

Prefered setup is http-push

PRTG-VeeamBRStats-v3.ps1 -httppush:$true -httpserver 10.10.10.10 -httptoken 24A26A91-D292-4FF7-895D-B5E128A4D6C9 -httpport 5050

Chriszep76 commented 1 year ago

thanks for your fast answer