Re: [icinga-users] Spacewalk (2.7) unable to retrieve repomd.xml

2019-02-16 Thread Markus Frosch
some regular maintenance and changes to the backend on Monday. It should not affect you. Is there any verbose output of Spacewalk what might be the problem? Regards Markus Frosch -- Icinga Open Source Monitoring https://www.icinga.com ___ icinga-users mai

Re: [icinga-users] Packagintg Icinga 2: Permission of configuration files

2018-08-29 Thread Markus Frosch
icinga2.spec, but that's gone. The spec file is not gone, but merely moved to another repository: https://github.com/Icinga/rpm-icinga2 Regards Markus Frosch -- Icinga Open Source Monitoring https://www.icinga.com ___ icinga-users mailing list icinga-

Re: [icinga-users] icinga2 nrpe behind parent / firewall

2017-12-19 Thread Markus Frosch
u want the name of the host, not the object: vars.nrpe_command = "check_$host.name$_$name$" Regards Markus Frosch -- Icinga Open Source Monitoring https://www.icinga.com ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

Re: [icinga-users] Should the clients listen on port 5665

2017-09-11 Thread Markus Frosch
error. > > Anyone has a work around for this? What's the error you are receiving? Icinga Web 2 should never try to connect to an agent or satellite, always master. Regards Markus Frosch -- Icinga Open Source Monitoring https://www.icinga.com

Re: [icinga-users] macros

2017-09-11 Thread Markus Frosch
latest/doc/08-advanced-topics/#access-object-attributes-at-runtime Regards Markus Frosch -- Icinga Open Source Monitoring https://www.icinga.com ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

Re: [icinga-users] Should the clients listen on port 5665

2017-08-30 Thread Markus Frosch
the client and the service side he will try to connect from both ends. Regards Markus Frosch -- Icinga Open Source Monitoring https://www.icinga.com ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

Re: [icinga-users] sync to "all custo variables (vars.)"

2016-12-07 Thread Markus Frosch
yaml? The source column should be a proper PHP type, like assoc Array, or better stdClass. This can be expanded from JSON for example, there are "modifiers" on a ImportSource, that can "Decode a JSON string". If you have a custom ImportSource in PHP code, you can just pass

Re: [icinga-users] User object name

2016-10-31 Thread Markus Frosch
would I use to get the "Antony" value? > > In other words, what's the actual name of the object called as a variable? Every object has a ".name", but it depends where you want to use it... Regards Markus Frosch -- Icinga Open Source Monitoring https://www.icinga.org _

Re: [icinga-users] get_host_group and get_objects(HostGroup) not working

2016-10-26 Thread Markus Frosch
valuating applies) 3. Activating objects (enabling actions and behavior) Icinga Config is not really a scriting language, but can be used partially to do interesting stuff. Regards Markus Frosch -- Icinga Open Source Monitoring https://www.icinga.org __

Re: [icinga-users] NotificationCommand arguments not inherited

2016-10-18 Thread Markus Frosch
} "--host-state" = { required = true value = "$host.state$" } } So you are adding values to the existing dictionary, like a merge (you would replace keys that have the same name). Regards Markus Frosch -- Icinga Open Source Monitoring

Re: [icinga-users] Icingaweb2 in satellite zone configuration

2015-08-07 Thread Markus Frosch
On Do, 2015-08-06 at 15:18 +, Pascal Larivee wrote: > thx. that is what I tought for the status.dat. > > For the IDO, it is a separate idodb from the master, I if understand > that > right? yes, every Icinga2 instance can have multiple (and separate) IDO databases. Its only the basic idea th

Re: [icinga-users] Monitor icinga2 instance via API

2015-08-06 Thread Markus Frosch
to implement the plugin myself. > > Can someone please point me at any tool which might already exist, or > let me know how I might be able to implement this? Since the API feature will first be introduced with 2.4 your best catch is the IDO database to look for status information. Local

Re: [icinga-users] Icingaweb2 in satellite zone configuration

2015-08-06 Thread Markus Frosch
On Mi, 2015-08-05 at 11:48 +, Pascal Larivee wrote: > > Need some light on what is needed for the remote web in satellite > zone to > have a view on that zone in case the master zone is not available or > the > case that the zone is disconnected from the rest of the world ( And > people > l

Re: [icinga-users] SSL for ido mysql?

2015-07-23 Thread Markus Frosch
ith this. Please open a ticket, patches are welcome :) Cheers Markus Frosch -- mar...@lazyfrosch.de http://www.lazyfrosch.de signature.asc Description: This is a digitally signed message part ___ icinga-users mailing list icinga-users@lists.icinga.org h

Re: [icinga-users] Api errors

2015-03-15 Thread Markus Frosch
> > > At this point, I’m not sure even where else to look for answers, so I’m > asking here. Anybody have an idea why I keep having to reconnect to the > endpoints? And why it keeps saying it’s unauthenticated? Unauthenticated means that the certificate can not be authenticated aga

Re: [icinga-users] Service dependencies between applied services with for loop

2015-02-27 Thread Markus Frosch
lp me out here :) I guess you want to set a dependency service_a_X -> service_b_X ? How about: apply Dependency "dep_a_b" to Service { parent_service_name = "service_b " + service.vars.thing assign where match("service_a*", service.name) && service.vars.thing != nu

Re: [icinga-users] Restrict notifications to one specific (satellite) endpoint

2015-01-31 Thread Markus Frosch
On 31.01.2015 14:47, Markus Joosten wrote: > thanks alot for your response. > Actually i would like the master _not_ to notify for hosts in the satellite > zones. > Only the satellite endpoints should generate alerts for the hosts in their > zone. > > The master should only generate alerts for h

Re: [icinga-users] Icinga2 on FreeBSD 10 using Icinga Web 2 - Newbie

2014-09-28 Thread Markus Frosch
#x27;t recall why. It might just not have been ported yet. That is because icingaweb2 is not yet released and under heavy development. Though you are free to test it if you like. https://git.icinga.org/?p=icingaweb2.git;a=summary We appreciate feedback. -- Markus Frosch mar...@lazyfrosch.de ht

Re: [icinga-users] icinga2: how do I set command parameters?

2014-09-28 Thread Markus Frosch
quot;generic-service" check_command = "http_custom" vars.sla = "24x7" vars += { http_vhost = "www.example.com" http_search = "2014 Example Inc." http_timeout = 10 } assi

Re: [icinga-users] Icinga2 on FreeBSD 10 using Icinga Web 2 - Newbie

2014-09-28 Thread Markus Frosch
and enable that. resources.ini - or via web module/monitoring/backends.ini - or via module web config Cheers Markus -- Markus Frosch mar...@lazyfrosch.de http://www.lazyfrosch.de signature.asc Description: This is a digitally signed message part ___ icin

Re: [icinga-users] icinga2: how do I set command parameters?

2014-09-28 Thread Markus Frosch
/localhost/http.conf so > that it contains several other parameters available from > /usr/lib/nagios/plugins/check_http command? > > For example, I would like /etc/icinga2/conf.d/hosts/localhost/http.conf > check to contain -H and -s parameters. Thats simple, just add the appropr

Re: [icinga-users] Icinga Web and downtimes

2014-03-13 Thread Markus Frosch
ow if there is any problem with the new behavior. See the bug for some notes: https://dev.icinga.org/issues/5713 Cheers Markus Frosch -- Markus Frosch mar...@lazyfrosch.de http://www.lazyfrosch.de signature.asc Description: This is a digitally signed message part _

[icinga-users] Icinga Web 1.10.1 bug fix release

2014-02-21 Thread Markus Frosch
.1 is available for download [1] on GitHub – package updates for your distribution should be available soon. Please keep in touch by using the support channels [2] and report bugs and/or feature requests to our development tracker [3]. Check the blog post for a changelog [4]. Cheers Markus F