15 lines
280 B
Text
15 lines
280 B
Text
# -*- coding: utf-8 -*-
|
|
|
|
info["owner"] = "root"
|
|
info["group"] = "root"
|
|
info["mode"] = 0600
|
|
|
|
include("secrets")
|
|
|
|
header("Config de wget pour récupérer le status des serveurs")
|
|
|
|
@quiet=1
|
|
@timeout=10
|
|
@http-user=monit
|
|
out("http-password=%s" % (secrets_new.get('monit_password'),))
|
|
|