Added Radvd to list of service stopped on CARP Secondary

This commit is contained in:
Riccardo Bicelli 2021-01-18 17:29:21 +01:00
parent 9aa1b6c0d2
commit 71aa881412
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ function pfz_service_value($name,$value){
//List of service which are stopped on CARP Slave.
//For now this is the best way i found for filtering out the triggers
//Waiting for a way in Zabbix to use Global Regexp in triggers with items discovery
$stopped_on_carp_slave = array("haproxy","openvpn.","openvpn");
$stopped_on_carp_slave = array("haproxy","radvd","openvpn.","openvpn");
foreach ($services as $service){
$namecfr = $service["name"];