repo.or.cz
/
check_mk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup config.nodes_of
[check_mk.git]
/
notifications
/
mail
blob
e518cfada78c16cffa4cd979b32b7906e5495a25
1
#!/usr/bin/env python
2
# HTML Email
3
# Bulk: yes
4
5
from
cmk
.
notification_plugins
import
mail
6
7
if
__name__
==
"__main__"
:
8
mail
.
main
()