diff options
author | makefu <github@syntax-fehler.de> | 2014-07-15 11:14:37 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-07-15 11:14:37 +0200 |
commit | 34738b34fa674b1e55a001053dd1542fc446bffb (patch) | |
tree | 4c69e771654f4e3f363a96aab7cf74a2c48a0604 /Reaktor/config.py | |
parent | 0994d118cc3292e4464e97349da3015998d5beaa (diff) | |
parent | 141401974b683db6ab9be473b634f494c05c5565 (diff) |
Merge branch 'master' of ssh://github.com/krebscode/painload
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r-- | Reaktor/config.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Reaktor/config.py b/Reaktor/config.py index b1158271..247838d6 100644 --- a/Reaktor/config.py +++ b/Reaktor/config.py @@ -71,6 +71,11 @@ public_commands = [ ] commands = [ default_command('reload') + default_command('nag', env={ + 'workdir': workdir, + 'hostsdir': '/home/tv/krebs/hosts', + 'servicesdir': '/home/tv/krebs/services' + }) ] on_join = [ |