Changeset 031ab69 for npl/monitoring/zabbix_conf/root/etc
- Timestamp:
- 02/28/18 18:24:39 (7 years ago)
- Branches:
- master, perl-5.22
- Children:
- 669bb09
- Parents:
- df958d5 (diff), 90f43e5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- npl/monitoring/zabbix_conf/root/etc
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
npl/monitoring/zabbix_conf/root/etc/postinst.d/post.zabbix
rdf958d5 r031ab69 10 10 fi 11 11 12 #first time installation? 13 if [ `ls /var/log/packages/zabbix_conf-* 2>/dev/null|wc -l` == "1" ]; then 14 #make sure its disabled 15 touch /service/zabbix/down 16 svcstop /service/zabbix 17 fi 18 19 20 12 21 exit 0
Note: See TracChangeset
for help on using the changeset viewer.