as UTC rather than local time. It feels like it should be
IcingaWeb2's job to convert those to a format suitable for the user. I
bet that's a whole can of worms...
Cheers,
Chris
--
Chris Boot
bo...@boo.tc
___
icinga-users mailing list
icinga-users@l
some way I can replicate this functionality without resorting
to NRPE?
Thanks,
Chris
--
Chris Boot
bo...@boo.tc
___
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users
On 03/01/18 19:31, Thomas Gelf wrote:
> Am 03.01.2018 um 19:09 schrieb Chris Boot:
>> [..] import data into Icinga2 from various sources [..] I'd like to avoid
>> avoid using Icinga Director [..]
>
> IMHO there is no better tool for tracking history than the Icinga
&
ot;
vars.sla = "foobar"
}
object Host "ipmi.example.com" {
import "ipmi-host"
var parent = get_host("linux.example.com")
# ^ will often be null
vars.sla = parent.vars.sla # <= this is what we want to do
}
Is there a wa
One possibility is that you have a line in carbon's blacklist.conf that is
causing it to be discarded.
-Original Message-
From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of
Joosten, Markus
Sent: Thursday, June 23, 2016 7:12 AM
To: icinga-users@lists.icinga.org
Seconded… Icinga2/web2+Graphite+Grafana is our setup as well, and everything
works great and looks fantastic.
From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of
Tal Bar-Or
Sent: Sunday, March 6, 2016 9:59 PM
To: Icinga User's Corner
Subject: Re: [icinga-users] Graphi
I found the same thing upgrading to 2.4 recently - thankfully, it's an easy
fix, found the answer here:
http://www.monitoring-portal.org/wbb/index.php?page=Thread&threadID=32998
mysql -u root -p icinga2_data <
/usr/share/icinga2-ido-mysql/schema/upgrade/2.4.0.sql
where "icinga2_data" is your ici
I'm guessing by the lack of replies that it's not possible, but that would
be a pretty cool feature to have. I haven't run into it yet, but I have
been making heavy use of both notes and action URLs, so I could see running
into this issue.
cmh
On Wed, Nov 18, 2015 at 8:55 AM, Zachary McGibbon <
/myscripts/check_openmanage $@ | sed -E 's/RPM;/;/g'
exit ${PIPESTATUS[0]}
The ${PIPESTATUS[0]} gets the exit code of the first command in the pipeline.
Hope that helps. Cheers.
Chris
From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of
Zachary McGibbon
Sent:
gt; On Tue, 3 Nov 2015 at 15:17 Chris Heerschap wrote:
>
>> Your vars.disks from the first message says disk_units = "GB" but your
>> example from the second says "-u mb". Might that be contributing?
>> Shouldn't, considering you specified the
Your vars.disks from the first message says disk_units = "GB" but your
example from the second says "-u mb". Might that be contributing?
Shouldn't, considering you specified the % so units shouldn't matter.
Also, I know % is used in Windows environment variables, eg %PATH% and
stuff like that, so
I asked that question over on the monitoring portal a while back and was
told there would be a demo of something after PuppetConf. I haven't heard
if that happened or what it was:
http://monitoring-portal.org/wbb/index.php?page=Thread&postID=219824
cmh
On Mon, Nov 2, 2015 at 12:06 PM, Kaplan, A
I have observed the same, and have wondered the same thing.
One theory I've had is if the services go hard critical before the host
does, the dependencies might not be applied. I haven't done anything to
test this theory, however.
cmh
On Oct 21, 2015 4:51 PM, "Horatiu N" wrote:
> Hello,
>
> In
tring to get
a single $ is rather counter-intuitive IMO. I realize the macro
expansion uses them as delimiters but it wouldn't be terribly difficult
to "do the right thing".
Chris
___
icinga-users mailing list
icinga-users@li
Thank you Tobias, that’s great news! I’ll keep an eye out for the rc version
and update when it’s available.
Thanks again for the reply.
Chris Newkirk
Network Engineer
ch...@lightspeedsystems.com<mailto:ch...@lightspeedsystems.com>
On May 20, 2015, at 8:17 AM, Tobias von der
. What is the best way to put 30
hosts into downtime in Icinga?
Chris Newkirk
Network Engineer
ch...@lightspeedsystems.com<mailto:ch...@lightspeedsystems.com>
On May 12, 2015, at 12:00 PM, Chris Newkirk
mailto:ch...@lightspeedsystems.com>> wrote:
Hi List,
I have Icingaweb2 i
exist. It should be using the remote command file.
I’ve looked through the .ini files in /etc/icingaweb2 but I don’t even see this
configuration setting, so where is this configured and how to I ensure
Icingaweb only uses the remote command file, not the local one?
Chris Newkirk
Network E
e I don't see this as a
"limitation" at all.
Regarding setting up icinga web 2 in your prod environment, you could (as you
already mentioned) set it up on a separate server. I believe in this case you
would need to use one of the ido plugins for icinga2 (mysql or postgresql)
nect to the endpoints? And
why it keeps saying it’s unauthenticated?
Thank you!
Chris Newkirk
Network Engineer
ch...@lightspeedsystems.com<mailto:ch...@lightspeedsystems.com>
661.431.1613
www.lightspeedsystems.com<http://www.lightspeedsystems.com/>
_
o post this, as it seems like a bug
and not a config issue. But if anybody has any tips on getting it installed, I
would appreciate the help. I suppose my next plan is to install postgres
locally, just so I can get the install to finish, then go about finding a way
to move to the actual database
Hi,
newbie wrote:
> My ido2db had error meeage every hour with some like:
>
> ido2db: Error: database query failed for 'DELETE FROM
> icinga_systemcommands WHERE instance_id=1 AND
> start_time
> I already put my max_allow_packet more than 128M, but problem still...
>
> Where is the point and how
th it for average users who only make occasional changes.
>
> Sent from my iPhone
>
>> On Apr 11, 2014, at 6:05 PM, "Carl R. Friend" wrote:
>>
>>> On Fri, 11 Apr 2014, chris wrote:
>>>
>>> - Is there a tool / plugin in Icinga, to enable user
Hi all,
I want to install Icinga in my own organization, and to allow users to add /
edit / delete host / service to monitor.
My questions :
- Is there a tool / plugin in Icinga, to enable user friendly wizard to add
host / service to monitor ?
- Is there any way that Icinga can read newly
23 matches
Mail list logo