Re: [icinga-users] Host dependency for icinga agent hosts

2018-04-26 Thread Florian Lohoff
On Thu, Apr 26, 2018 at 03:55:43PM +0200, Florian Lohoff wrote: > On Thu, Apr 26, 2018 at 03:43:51PM +0200, Michael Friedrich wrote: > > > I'd expect them to go into state UNREACHABLE. > > > > The state β€œUNREACHABLE” doesn’t exist in Icinga 2. Instead, there

Re: [icinga-users] Host dependency for icinga agent hosts

2018-04-26 Thread Florian Lohoff
b 2 reads that from the IDO database and highlights it inside > the detail view. I have seen UNREACHABLE states in the icingaweb2 in the past i guess. I am a little astonished that the hosts stay in UP/green - in detailed view i see "reachable no" - very unexpected. Statusmap stay

Re: [icinga-users] Host dependency for icinga agent hosts

2018-04-26 Thread Florian Lohoff
vars.ping_crta = "400" vars.ping_wrta = "300" } object Host "fwusex01-intif" { import "Network Device Firewall" display_name = "fsusex01-intif" address = "172.28.2.254" vars.parent_host = "fwusex01-extif" v

Re: [icinga-users] Host dependency for icinga agent hosts

2018-04-26 Thread Florian Lohoff
t. Sad to hear - it was my source for following icinga2 development more closely than a new release every 2 years by debian. Thanks for doing the work so far ... It was a pleasure. Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The 🐈 ran

Re: [icinga-users] Host dependency for icinga agent hosts

2018-04-26 Thread Florian Lohoff
2 [ ... ] ii icinga2 2.7.0-1~debmon9+1 amd64 host and network monitoring system Okay - Waiting for debmon then ... Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The 🐈 ran after a 🐁, but the 🐁 ran away signature.asc Description: P

[icinga-users] Host dependency for icinga agent hosts

2018-04-25 Thread Florian Lohoff
rshesr01" { import "network device" display_name = "rshesr01" address = "a.b.c.d" vars.ping_crta = "400" vars.ping_wrta = "300" } Flo -- Florian Lohoff f...@zz.de

[icinga-users] Agent protocol / Distributed Monitoring

2018-01-05 Thread Florian Lohoff
latency, high packet loss, limited availability, small bandwidth. Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The 🐈 ran after a 🐁, but the 🐁 ran away signature.asc Description: PGP signature

[icinga-users] dentry slab leakage / check_by_ssh / ubuntu 14.04 / kernel 3.13 / icinga 1.10.3-1

2017-07-06 Thread Florian Lohoff
3.13.0-122-generic #171-Ubuntu SMP Tue Jun 20 16:43:52 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Dropping the kernel caches solves the Problem: sync; echo 3 > /proc/sys/vm/drop_caches Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The 🐈 r

Re: [icinga-users] icinga2 2.6.3 / check scheduling / host parallel checks / fan out of checks over time

2017-05-19 Thread Florian Lohoff
On Fri, May 19, 2017 at 10:28:05AM +0200, Florian Lohoff wrote: > I can even see this in collectd stats of the host in grafana. > > https://silicon-verl.de/home/flo/tmp/Grafana%20-%20Host%20Overview%202017-05-17%2019-37-34.png > I produced a gnuplot graph from the debug.log showin

[icinga-users] icinga2 2.6.3 / check scheduling / host parallel checks / fan out of checks over time

2017-05-19 Thread Florian Lohoff
. This looks a lot like a Heart Monitor. So the question i have is - How can i enforce the fan out of the check scheduling more evenly? Or how can i limit the targets/hosts parallelism? Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The 🐈 ran

Re: [icinga-users] Icinga2 mobile App for iOS/Android

2016-04-13 Thread Florian Lohoff
Xabber on the Mobile. Very small and lightweight Jabber Server Prodody on the server. Even a small xmpp MUC bot relaying all events into an internal chat room people stay in during business hours. Flo -- Florian Lohoff f...@zz.de We need to se

Re: [icinga-users] icinga2 - embedded perl?

2016-02-02 Thread Florian Lohoff
27;t really understand that sentence - what's your current problem where > we might help you? Look at the last weeks - i had questions concerning dependencies for example ... Still unsolved - i have yet to find a single working dependency construct. I can see the dependencies in the classi

[icinga-users] service dependencys

2016-02-01 Thread Florian Lohoff
-cb7aee14377f35ccb58d46d9c30dceb5-if-switch-a-cb7aee14377f35ccb58d46d9c30ded52-if" { # Service dependency parent_host_name = "switch-a" child_host_name = "switch-a" # cb7aee14377f35ccb58d46d9c30dceb5-if parent_service_name = "IF TenGigabitEthernet

Re: [icinga-users] icinga2 - embedded perl?

2016-02-01 Thread Florian Lohoff
Hi, On Fri, Jan 29, 2016 at 11:17:34AM +, Michael Friedrich wrote: > > On 27 Jan 2016, at 15:57, Florian Lohoff wrote: > > Hi, > > > > i just killed my icinga2 testsetup by giving it 700 interfaces to > > check with a custom written if check based on perl. >

[icinga-users] icinga2 - embedded perl?

2016-01-27 Thread Florian Lohoff
Hi, i just killed my icinga2 testsetup by giving it 700 interfaces to check with a custom written if check based on perl. Am i right grepping through the code that icinga2 does not support an embedded perl interpreter? Whats the recommended way for transition? Flo -- Florian Lohoff

Re: [icinga-users] host depends on service?

2016-01-14 Thread Florian Lohoff
ac3c4-cb7aee14377f35ccb58d46d9c30c8aa8-BRIDGE-VLAN336" { parent_host_name = "firewall-host-A" child_host_name = "switch-host-B" child_service_name = "BRIDGE VLAN336" } It does not complain loading this configuration but it wont show up and

Re: [icinga-users] host depends on service?

2016-01-13 Thread Florian Lohoff
dency. child_host_name Required. The child host. child_service_name Optional. The child service. If omitted this dependency object is treated as host dependency. If you leave of parent of child service its a host dependency. Flo -- Florian Lohoff

[icinga-users] host depends on service?

2016-01-13 Thread Florian Lohoff
ncy on a service on the parent host) it is automatically a Host dependency. Flo -- Florian Lohoff f...@zz.de We need to self-defend - GnuPG/PGP enable your email today! signature.asc Description: Digital signature __