diff options
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 = [ |