From: Peter Palfrader Date: Sun, 22 Sep 2019 16:12:52 +0000 (+0200) Subject: iptables -vnL on zelenka suggests that zivit no longer does rrdcollect and zabbix... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d6f2384cdb610f85deb9de14e957d3548310c593;p=mirror%2Fdsa-puppet.git iptables -vnL on zelenka suggests that zivit no longer does rrdcollect and zabbix against our machine --- diff --git a/modules/ferm/manifests/zivit.pp b/modules/ferm/manifests/zivit.pp index 2b2e34363..4fdab2fb8 100644 --- a/modules/ferm/manifests/zivit.pp +++ b/modules/ferm/manifests/zivit.pp @@ -1,11 +1,3 @@ class ferm::zivit { - ferm::rule { 'dsa-zivit-rrdcollect': - description => 'port 6666 for rrdcollect for zivit', - rule => '&SERVICE_RANGE(tcp, 6666, ( 10.130.18.71 ))' - } - ferm::rule { 'dsa-zivit-zabbix': - description => 'port 10050 for zabbix for zivit', - rule => '&SERVICE_RANGE(tcp, 10050, ( 10.130.18.76 ))' - } }