nodes/htz-cloud.pirmasens: add bundle:check-mail-received
This commit is contained in:
parent
3351767d56
commit
fe5b7b7335
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
nodes['htz-cloud.pirmasens'] = {
|
||||
'bundles': {
|
||||
'check-mail-received',
|
||||
'dovecot',
|
||||
'php',
|
||||
'postfixadmin',
|
||||
|
@ -23,6 +24,13 @@ nodes['htz-cloud.pirmasens'] = {
|
|||
'gateway6': 'fe80::1',
|
||||
},
|
||||
},
|
||||
'check-mail-received': {
|
||||
't-online': {
|
||||
'email': 'franzi.kunsmann@t-online.de',
|
||||
'imap_host': 'secureimap.t-online.de',
|
||||
'imap_pass': bwpass.attr('t-online.de/franzi.kunsmann@t-online.de', 'imap'),
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'pretty_name': 'kunsmann.info',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue