Enable Keepalived check script for VIP nodes

Enabled Keepalived for next nodes:
 * ctl - Fix already existed, but not enabled check script
         for GlusterFS and Haproxy;
 * prx - Enable Haproxy/Nginx check pidof script;
 * ntw, rgw, dbs - Enable Haproxy check pidof script;

Change-Id: I32414b5b95a2758323201ab90418d871366a6052
Related-bug: PROD-25256
diff --git a/keepalived/cluster/instance/galera_vip.yml b/keepalived/cluster/instance/galera_vip.yml
index 8b0a462..e118ca7 100644
--- a/keepalived/cluster/instance/galera_vip.yml
+++ b/keepalived/cluster/instance/galera_vip.yml
@@ -1,14 +1,9 @@
 classes:
 - service.keepalived.cluster.single
+- system.keepalived.cluster.vrrp_scripts.check_single_process
 parameters:
   keepalived:
     cluster:
-      vrrp_scripts:
-        check_pidof:
-          args: ${_param:keepalived_galera_vrrp_script_check_pidof_args}
-          interval: 10
-          rise: 1
-          fall: 1
       instance:
         VIP:
-          track_script: check_pidof
+          track_script: check_pidof
\ No newline at end of file