crans_bcfg2/Python/etc/default/monit
2015-05-10 15:19:17 +02:00

17 lines
225 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
info["owner"] = "root"
info["group"] = "root"
info["mode"] = 0644
header('Demarrage de monit')
print """
# On lance monit automatiquement
START="yes"
MONIT_OPTS="-d 60"
"""