Re: [icinga-users] SELinux question

2016-01-06 Thread Lee Clemens
On 01/05/2016 12:14 PM, John Nguyen wrote: > Happy New Year. > > Does anyone happen to know if there is an SELinux Boolean or FContext for > Icingaweb2 to write to the IDO database? In my case I'm using the Postgresql > 9.4 database via Software Collections on RHEL 6.7. > > Thanks > John > >

[icinga-users] systemd unit file issue

2016-01-12 Thread Lee Clemens
'network.target' to the [Unit] After argument in the unit file resolved the race condition. I'm not sure this is the right place to report this issue (Using icinga2-common-2.4.1-1.el7.centos.x86_64 from http://packages.icinga.org/epel/$releasever/release/). -Lee Clemens

[icinga-users] Icingaweb2 ido

2016-02-08 Thread Lee Clemens
from (I've tried several searches for keywords, granted I have limited PHP dev experience). Any help would be greatly appreciated. Work done so far: https://github.com/Icinga/icingaweb2/pull/59 Thanks, Lee Clemens ___ icinga-users mailing list icinga

Re: [icinga-users] Enhance DB IDO performance

2016-01-23 Thread Lee Clemens
; installation, but I guess I'm hoping to for help being pointed in a >> direction towards what I can help with in the base code. >> >> Any advice is greatly appreciated. >> >> Thanks, >> Lee Clemens >> _

[icinga-users] Enhance DB IDO performance

2016-01-22 Thread Lee Clemens
MySQL tuning/performance plus general development experience may be valuable :) I'm taking a closer look at my own installation, but I guess I'm hoping to for help being pointed in a direction towards what I can help with in the base code. Any advice is greatly appreciated. Thanks, Lee Clemens

Re: [icinga-users] problem with the mysql check

2017-01-17 Thread Lee Clemens
Depending on your my.cnf you can use the host as "localhost". Or define the socket's location: "--socket" = { value = "$mysql_health_socket$" description = "the database's unix socket" } Lee Clemens -

Re: [icinga-users] problem with the mysql check

2017-01-17 Thread Lee Clemens
I may have copied the wrong config, which specific check command are you using? Did you try setting the socket? "-s" = "$mysql_socket$" Lee Clemens -Original Message- From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of Mathieu

[icinga-users] EventCommand execution

2017-02-28 Thread Lee Clemens
mation: Compiler: GNU 4.8.5 Build host: unknown Thanks, Lee Clemens ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

[icinga-users] Icinga Director import - external_object

2016-08-23 Thread Lee Clemens
nks to the packages/config management files existing. Thanks, Lee Clemens ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

Re: [icinga-users] Icinga Director import - external_object

2016-08-25 Thread Lee Clemens
_type > Source Column: Custom expression > Source Expression: external_object That worked perfectly, thank you! -Lee Clemens ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

Re: [icinga-users] NotificationCommand arguments not inherited

2016-10-18 Thread Lee Clemens
On 10/18/2016 08:50 AM, Markus Frosch wrote: > On 17.10.2016 20:20, Lee Clemens wrote: >> arguments = { >> "--host-output" = { >> required = true >> value = "$host.output$" >> } >>

[icinga-users] NotificationCommand arguments not inherited

2016-10-17 Thread Lee Clemens
"Standard Email Host" { import "plugin-notification-command" import "Email Template" import "Email Host Template" } Didn't resolve the issue either, with the same two arguments being the only ones used executing the command. Happy to file a bug if that's the case. Icinga2 2.5.4 Thanks, Lee Clemens ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

Re: [icinga-users] Re-notifications with interval = 0

2016-11-28 Thread Lee Clemens
Hi Michael, On 11/28/2016 03:27 AM, Michael Friedrich wrote: > Hi, > >> On 28 Nov 2016, at 00:13, Lee Clemens <j...@leeclemens.net> wrote: >> >> Hello, >> >> I have the following Notification template and apply it as below. This is >> working, e

Re: [icinga-users] Icinga2 best practices

2016-12-19 Thread Lee Clemens
On 12/19/2016 06:04 PM, Antony Stone wrote: > On Monday 19 December 2016 at 23:56:44, Volker Janzen wrote: > >> I just read that the new 2.6 docs top-down is recommended and bottom up has >> been deprecated. > > Oh, I know the docs (I read this bit when it was still 2.5) said that > top-down >

[icinga-users] IRC guidelines link

2017-03-15 Thread Lee Clemens
/03_01_irc_community_guidelines.md or goo.gl/BUR5Ji Thanks, Lee Clemens ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

Re: [icinga-users] Service dependency not working

2017-04-06 Thread Lee Clemens
On 04/06/2017 01:31 PM, Michael Martinez wrote: > I've got a bunch of hosts that have a "check_nrpe_service" check and a > "check_radar" check. I've defined a dependency as shown below. I do a > service icinga2 reload and the log file does not show any errors > pertaining to the dependency, which

Re: [icinga-users] Icinga not honoring notification period

2017-03-09 Thread Lee Clemens
On 03/08/2017 10:53 AM, Michael Martinez wrote: > Icinga2 is sending out notifications in the middle of the night for [snip] > and the Timeperiod object: > > {"attrs":{"__name":"9to10","active":true,"display_name":"Icinga 2 > 9to10 >

Re: [icinga-users] Questions regarding IDO DB and multi master setup

2017-05-17 Thread Lee Clemens
ht is: - If the local Galera crashes, consider that node failed entirely and shutdown the local Icinga (potentially causing the DB writer to failover as well). You'll have to weigh the tradeoffs according to your own situation and requirements. Kind Regards, Lee Clemens _

Re: [icinga-users] Questions regarding IDO DB and multi master setup

2017-05-16 Thread Lee Clemens
My two cents On 05/16/2017 09:01 AM, Valentin Höbel wrote: > Dear list, > > I have three questions regarding IDO DB and I hope somone here can point me > into the right direction. > > a) IDO DB failover > --- > I noticed that there is a failover of the

Re: [icinga-users] Monitoring HA clusters

2018-06-01 Thread Lee Clemens
Hi Antony, On 05/31/2018 05:12 PM, Antony Stone wrote: > On Thursday 31 May 2018 at 22:14:04, Chris Boot wrote: > [snip] > > 2. There is a "cluster-zone" Icinga2 check command, which may be what you > need > (if you can find some sufficiently clear documentation about it; I think this > is

Re: [icinga-users] check director deployment status

2018-09-10 Thread Lee Clemens
On 09/10/2018 10:30 AM, Václav Mach wrote: > Hi, > > I'm using a script for automatic deployments of new configuration using > director. The script should notify me when some problem occurs. The script is > called from cronjob. > > A part of this script checks if the configuration was deployed

[icinga-users] Graphite with icmp host check_command

2018-11-05 Thread Lee Clemens
at needs to be made to have the graphite module query for icmp's graphite data properly? I feel like this has come up before, but I just can't seem to find the solution. Any help would be appreciated. Kind Regards, Lee Clemens ___ icinga-users mailing li