I did have a look at the db but I am not dba enough to know how to purge it
without causing a problem.
On Thu, 1 Oct 2015 at 07:19 Assaf Flatto wrote:
> On 29/09/15 13:13, Bertalan Voros wrote:
>
> Hello All,
>
> Is it possible to completely purge a monitored system out of
> Icinga2/icingaweb2?
Hi,
Has anyone any experience with implementing checks through ssh and defining them in
a sweet & generic syntax with :
command = [ PluginDir + "/check_users" ]
arguments = {
"-w" = "$users_warn$"
"-c" = "$users_crit$"
}
This doesn't look a so big advantage in this example since there are on
I guess this is what you're looking for:
https://dev.icinga.org/issues/10006
Cheers,
Thomas
Am 01.10.2015 um 13:46 schrieb Bancal Samuel:
> Hi,
>
> Has anyone any experience with implementing checks through ssh and
> defining them in a sweet & generic syntax with :
>
> command = [ PluginDir + "
FWIW 2.3.11 (which will be released in about 2-3 weeks) will probably make this
a bit easier:
https://dev.icinga.org/issues/10006
This feature adds a new function (resolve_arguments) which lets users resolve
commands+arguments in exactly the same way Icinga does internally. For example:
objec