Re: [icinga-users] Run a terminal command

2016-09-15 Thread Arthur Holzner
Hi Thomas! It's working now like a charm, thank you very much for this hint & this link. Arthur Am 15.09.2016 um 19:42 schrieb Thomas Gelf: Hi Arthur, you need to locally create a global zone named "director-global" as shown here: https://github.com/Icinga/icingaweb2-module-director/blob/

Re: [icinga-users] Run a terminal command

2016-09-15 Thread Thomas Gelf
Hi Arthur, you need to locally create a global zone named "director-global" as shown here: https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/10-How-it-works.md Cheers, Thomas Am 15.09.2016 um 19:24 schrieb Arthur Holzner: > Hello! > > I am new to icinga and just played around

[icinga-users] Run a terminal command

2016-09-15 Thread Arthur Holzner
Hello! I am new to icinga and just played around a bit. It is my intention to run some commands from icingaweb like: sysctl -w [...] and monitoring those stuff. My idea is to make a command (?) for a service running on a manual trigger (e.g. mouseclick) or automatic trigger (e.g. event). I