As for push notifications I personally use:
- Twitter
- Prowl
- Pushbullet
- Slack
All are easy to setup in Icinga2 for notifications...
On Tue, Apr 12, 2016 at 2:57 PM, Luc Stroobant wrote:
> On 11-04-16 19:28, Rob DeSanno wrote:
>
>> We have a log of nagstamon/anag users here at the office an
On 11-04-16 19:28, Rob DeSanno wrote:
We have a log of nagstamon/anag users here at the office and was
wondering what everyone is using on their mobile devices to monitor
their icinga2 instances. Please don’t say Chrome ;)
Anag works fine if you install classic-ui. I don't think there is
anyth
Hi,
those are just CheckCommand configuration definitions, you still need the
plugin scripts.
Kind regards,
Michael
> On 12 Apr 2016, at 15:16, Romaneev Vasily wrote:
>
> Hi, Michael!
>
> Is there any additional perfomance, when using internal manubulon checks,
> rather than call it with Chec
Hi, Michael!
Is there any additional perfomance, when using internal manubulon checks,
rather than call it with Check Command ?
Now we have some problem:
we have 300 hosts and 1CPU server for icinga2.
We run 3 snmp checks (disk usage, inodes, load average) and 1 http check with
parsing response
Hi,
I've successfully managed to write a script that creates a service
definition via the API. I can see the service when I run "icinga2 node list
| grep myservicename". I can also see the service in
/var/lib/icinga2/icinga.state file. However the definition does not appear
in the icingaweb2 inter
Hi,
btw - if you are using the manubulon-snmp check plugins, there are additional
CheckCommand definitions available directly from Icinga 2.
http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc#!/icinga2/latest/doc/module/icinga2/chapter/plugin-check-commands#snmp-manubulon-plugin-check-
I choose snmp-based checks for agentless checks.
Some examples from my config:
Create check commands - set some default variables
object CheckCommand "check_snmp_storage" {
import "plugin-check-command"
command = [ PluginDir + "/check_snmp_storage" ]
arguments = {
Thanks.
How default services like disk, ssh etc works in agentless icinga2.
I have two VMs where in one VM icinga2 is running and another VM is a spare VM.
Icinga2 VM monitors spare VM disk utilization, VM2 (spare VM) is not having any
agent running.
I am able to monitor spare VM disk utilizat