On 28.10.2016 23:13, Antony Stone wrote:
> Suppose I have the following definition:
>
> object User "Antony" {
> import "generic-user"
> display_name = "Antony Stone"
> email = "anony.st...@icinga.open.source.it"
> }
>
> http://docs.icinga.org/icinga2/latest/doc/module/ici
Hi.
I've just defined a new CheckCommand for a plugin of my own:
object CheckCommand "interface_bytecount" {
command = [ PluginDir + "/check_interface_bytecount" ]
}
It takes no parameters, so according to the examples I see in section 9.3 of
http://docs.icinga.org/icinga2/latest/doc/mo