diff options
author | tv <tv@shackspace.de> | 2014-07-15 10:57:48 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2014-07-15 10:57:48 +0200 |
commit | 141401974b683db6ab9be473b634f494c05c5565 (patch) | |
tree | 4b0805755675de1ff8638617d5fdcabf6ccf263c /Reaktor/config.py | |
parent | d4d3007d446691d5959f8a1f360df0b74a793e1f (diff) |
Reaktor commands nag: POC
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 = [ |