munin-limits error, Missing configuration options for contact admin; skipping
Posted
by
jjames
on Server Fault
See other posts from Server Fault
or by jjames
Published on 2012-08-31T20:50:40Z
Indexed on
2012/08/31
21:39 UTC
Read the original article
Hit count: 447
munin
I am getting an error when trying to configure email alerts with Munin. I've tried with both version 1.4.7 and 2.0.6.
My config file:
contacts admin
contact.admin.command mail -s "Munin notification ${var:host}" [email protected]
contact.admin.always_send warning critical
[Production;server1]
use_node_name yes
address server1addr
contacts enielson
The error,
2012/08/31 16:47:24 [WARNING] Missing configuration options for contact admin; skipping
How can I fix this?
© Server Fault or respective owner