[icinga-users] icinga2 and SNMP Monitoring

2015-07-21 Thread Jens Link
Hi, I'm just setting up Icinga2 and was wondering about the best way to monitor network devices (switches, routers, firewalls, APs). I know: SNMP, but which plugins are you using for SNMP monitoring? I need interface status and traffic, health data (fans power supplies, ...), memory, CPU, ... I

[icinga-users] schedule downtime for several hosts in icingaweb2

2016-04-18 Thread Jens Link
Hi, How do I schedule downtime for several hosts in icingaweb2? With icingaweb this was easy (and I know several people who migrated from Nagios to Icinga because of that feature). Jens -- | Foelderichstr. 40 | 13595

[icinga-users] vars.dns_expected_answer

2016-05-02 Thread Jens Link
Hi, we are running Debian jessie with the latest packages from debmon.org. It looks like vars.dns_expected_answer was set to "$check_address$" in /usr/share/icinga2/include/command-plugins.conf. This broke some of our DNS checks. Was this an accident or whats the reason behind the change? Jens

[icinga-users] Warnings after deleting hosts

2016-05-02 Thread Jens Link
Hi, after deleting some hosts / services which had a downtime scheduled I get a warning "warning/ConfigObject: Ignoring config object 'foobar-1460725292-0' of type 'Comment' due to errors: Error: Comment 'foo-c0!cifs rw!foobar-1460725292-0' references a host/service which doesn't exist." Is thei

[icinga-users] Icinga2 and IPv6

2016-05-04 Thread Jens Link
Hi, I'm just trying to install Icinga Director and to do some other work with the API. My host is dual-stacked. curl -k -s -u root:12345 'https://mon.example.com:5665/v1/' does not work. Same as curl -6 -k -s -u root:12345 'https://mon.example.com:5665/v1/' On the other hand curl -4 -k -s -u

Re: [icinga-users] Icinga2 and IPv6

2016-05-04 Thread Jens Link
Jens Link writes: Hi again, > curl -k -s -u root:12345 'https://mon.example.com:5665/v1/' does not > work. Okay, I found a bug on my side. IPv6 only entry for the host in /etc/hosts. Icinga Director does fall back to IPv4 and ist working now > Same as curl -6 -k -s -