Hello friends,
Does anyone have a working solution to monitoring Hyper-V replication status?
I have tried using some of the templates prescribed on the official Zabbix Share website but none of them are working for me.
I'm currently running Zabbix version 4.2 -...
Search Result
Collapse
4 results in 0.0019 seconds.
Keywords
Members
Tags
-
Hyper-V Replication Monitoring
-
Check replication on powershell script run on zabbix
Hello
I have problem with powershell script.
...Code:$Health = Get-VMReplication | Select-Object Name, State, Health foreach($State in $Health){ if($state.Health -match "Normal"){ $output = 0 }else{ $output = 1 -
How to Monitor DFS Replication With Zabbix
Hello All,
I am new to zabbix , recently i have installed zabbix and added router, Switches and windows and linux system. i want to monitor DFS replication with zabbix. is it there any way to monitor DFS Replication and how? -
Zabbix High availability
Hi! I wanted to share with you all my current setup for a two node active/active zabbix setup. It's not perfect but for now that’s the best I was able to do, maybe some of will be able to help out.
Important note: this setup does not permit you to do active check on both servers just...