romainsi

Results 10 comments of romainsi

Hi, Same here with no access to query (test configuration plugin and mysql is correct) : ![Capture](https://user-images.githubusercontent.com/30522413/146928824-2b08139c-d66e-48ea-981c-c4d0c3053bc0.PNG) Grafana | Zabbix | Grafana-Zabbix Plugin -- | -- | -- 8.3.3 |...

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...

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...

Hello, Yes this can be added easily, but what value should be recovered because i can't identify : ![image](https://user-images.githubusercontent.com/30522413/179914656-cb85b02a-dea1-49f5-81ea-914d67651a47.png) Regards,

Hello, Your mapping doesn't seem to be correct, I don't think it works if you leave a mapping empty. You need to add the ssh_port mapping on index 3, add...

Hi, The pre_logout command seems to be good for exit classic and proxy connections. When I log on to the docker and I testing this : `docker exec -it bash`...

I've added the logs if that helps. Ssh_proxy is '192.168.99.35' and routerOS is '10.20.0.10' (APSiegeLABviaProxy). ``` *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/10_syslog-ng.init... Apr 15 14:38:08 a829ef4147c2 syslog-ng[14]: syslog-ng starting up;...

To make this work temporarily, I've set up a script that disconnects my SSH user 'oxidized' on the end device every hour. I deduce that there's a problem with the...

Hello, Indeed with BackupSync in continuous mode the last result in the history is the current one (always success and if failed it's a new history line) and not the...

Hi, have you problem without nginx reverse ? If so, it would be interesting to have your nginx configuration ;)