monitoring: l'utilisation de localhost posait problème
This commit is contained in:
@@ -26,7 +26,7 @@ mkIf true {
|
|||||||
enable = true;
|
enable = true;
|
||||||
hosts = ''
|
hosts = ''
|
||||||
[${config.networking.hostName}]
|
[${config.networking.hostName}]
|
||||||
address localhost
|
address 127.0.0.1
|
||||||
'';
|
'';
|
||||||
extraGlobalConfig = ''
|
extraGlobalConfig = ''
|
||||||
contact.email.command mail -s "Munin notification for ''${var:host}" root@${config.networking.hostName}
|
contact.email.command mail -s "Munin notification for ''${var:host}" root@${config.networking.hostName}
|
||||||
|
|||||||
Reference in New Issue
Block a user