- Timestamp:
- 02/28/18 15:36:10 (7 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 7b3e813
- Parents:
- fd39136
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/monitoring/zabbix_conf/root/etc/postinst.d/post.zabbix
rfd39136 r785b23e 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.