crans_bcfg2/Python/etc/default/monit
2014-03-19 01:18:31 +01:00

18 lines
252 B
Python

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