crans_bcfg2/Python/etc/default/monit
2015-05-14 07:19:56 +02:00

15 lines
217 B
Python

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