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
>
>
'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/)
On 01/13/2016 03:16 AM, Michael Friedrich wrote:
> Hi,
>
>> Am 13.01.2016 um 04:41 schrieb Lee Clemens :
>>
>> I noticed on a server without mariadb.service present (or presumably another
>> service/unit further requiring network), that icinga2.service would attem
rding 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.
Than
ser 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
>> __
elds are coming 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
ut configs for objects that already exist thanks 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
ld: object_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
hen it is executed?
Changing it to:
object NotificationCommand "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
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$"
>> }
>>
blem,
Recovery
]
}
apply Notification "Apply Email Services Lee Clemens" to Service {
import "Test Service Email Template"
interval = 0
assign where "Notify Lee Clemens" in host.groups
users = [ "Lee Clemens" ]
}
Thanks,
Lee Clemens
___
Hi Michael,
On 11/28/2016 03:27 AM, Michael Friedrich wrote:
> Hi,
>
>> On 28 Nov 2016, at 00:13, Lee Clemens wrote:
>>
>> Hello,
>>
>> I have the following Notification template and apply it as below. This is
>> working, except if the service r
Hi Wolfgang,
On 11/29/2016 08:58 AM, Wolfgang wrote:
> Hi,
>
> this looks like the behaviour when "volatile" is enabled. Please inspect the
> service in question.
>
This was the issue, thank you very much for your help! I had set it on the
template thinking it was for flap detection.
Thanks,
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
>
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 Clem
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
information:
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
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
> TimePeriod","excludes":[],"ha_mode":0.0,"includes":[],"is_i
/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
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 I
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 active
er ways (e.g.
Monit), but another thought 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 R
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
>
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
on that 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-u
25 matches
Mail list logo