crans_bcfg2/Python/etc/default/monit
2015-05-02 12:46:41 +02:00

17 lines
226 B
Python

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