Re: [icinga-users] Service check not updated on agent (or so)

2018-08-08 Thread Ivo Kidze
Hi Dominik, Can you run sudo icinga2 object list --name *hostname\!servicename* on the agent and make sure the files listed are configured properly? If they are not, can u push the configuration from the master and reload the agent. Kind Regards, Ivo Kidze -Original

Re: [icinga-users] Any way to modify the output of a Service check from configuration files?

2018-10-26 Thread Ivo Kidze
Hi, Some plugins have the -l label option. check_snmp -l, --label=STRING Prefix label for output from plugin Which plugin are you using? Kind Regards, Ivo Kidze -Original Message- From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of Antony Stone Sent

Re: [icinga-users] Any way to modify the output of a Service check from configuration files?

2018-10-26 Thread Ivo Kidze
You can write a plugin that runs the compiled plugin and parses the result to your hearts' contend. Kind Regards, Ivo Kidze -Original Message- From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of Antony Stone Sent: Friday, October 26, 2018 10:51 AM To: I

Re: [icinga-users] Notifications sending wrong contacts in icinga1.6

2019-01-14 Thread Ivo Kidze
HI M.KANAKAIAH, Can you run the following command? icinga2 object list --type Notification --name * ULSD-sgpulsd-oracle01* Check the results user_groups = user = Wish you a wonderful day Kind Regards, Ivo Kidze From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of

Re: [icinga-users] Notifications sending wrong contacts in icinga1.6

2019-01-14 Thread Ivo Kidze
My bad! That command is for icinga2. I have never used icinga 1. Just use the following command to smoke out the culprit (oldcontact). find / -type f -exec grep -Hn oldcontact "{}" ";" You can send result to a text file or grep it. Kind Regards, Ivo Kidze From: icinga-

Re: [icinga-users] Nagios plugin fails to execute, but OK in command line

2019-01-22 Thread Ivo Kidze
Post your result if you can't see what is wrong. Kind Regards, Ivo Kidze -Original Message- From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of Xavier Humbert Sent: Tuesday, January 22, 2019 9:30 AM To: icinga-users Subject: [icinga-users] Nagios plugin

Re: [icinga-users] Nagios plugin fails to execute, but OK in command line

2019-01-23 Thread Ivo Kidze
You have to replace hostname with a host in icinga2 and icinga_internal_servicename with the name of the service. Kind Regards, Ivo Kidze -Original Message- From: Xavier Humbert [mailto:xavier.humb...@ac-nancy-metz.fr] Sent: Wednesday, January 23, 2019 1:51 AM To: Icinga User's C

Re: [icinga-users] Nagios plugin fails to execute, but OK in command line

2019-01-24 Thread Ivo Kidze
to:xavier.humb...@ac-nancy-metz.fr] Sent: Thursday, January 24, 2019 1:42 AM To: Ivo Kidze ; Icinga User's Corner Subject: Re: [icinga-users] Nagios plugin fails to execute, but OK in command line On 23/01/2019 17:21, Ivo Kidze wrote: > You have to replace hostname with a host in i

Re: [icinga-users] combination of database & cfg files

2019-02-04 Thread Ivo Kidze
Hi Tomas, Yes it is possible. Just put your host configuration on the right location on the icinga2 server and reload icinga2. Kind Regards, Ivo Kidze -Original Message- From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of Tomas Macek Sent: Monday, February 4

Re: [icinga-users] Invalid performance data value - how can I find out what the value is?

2019-03-04 Thread Ivo Kidze
t your result if you can't see what is wrong. Kind Regards, Ivo Kidze -Original Message- From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of Antony Stone Sent: Monday, March 4, 2019 7:14 AM To: icinga-users@lists.icinga.org Subject: [icinga-users] Invalid perf

Re: [icinga-users] Single-click downtime for multiple hosts (and all associated services)

2019-03-05 Thread Ivo Kidze
Hi Anthony, Can you send a sample configuration? Kind Regards, Ivo Kidze -Original Message- From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of Antony Stone Sent: Friday, March 1, 2019 12:21 PM To: Icinga User's Corner Subject: [icinga-users] Single-

Re: [icinga-users] Get attributes of a host by reference?

2019-03-18 Thread Ivo Kidze
quot;constants.conf" include "functions.conf" 5. service icinga2 reload 6. use can now use get_display_name("hostname") Kind Regards, Ivo Kidze Sr. IT Analyst - Monitoring Team Lead Duke University OIT 334 Blackwell St, Suite 2109 Durham, NC 27701 Mob

Re: [icinga-users] Check network interfaces without SNMP

2019-06-05 Thread Ivo Kidze
it 2 fi else echo "CRITICAL - interface $1 is DOWN" exit 2 fi You make improve the script to serve your needs. Kind Regards, Ivo Kidze From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of Mueller, Simon Sent: Wednesday, June 5, 2019 6:00 AM To: icing

Re: [icinga-users] Check network interfaces without SNMP

2019-06-07 Thread Ivo Kidze
Hi Marcel, Can you share the checks? Kind Regards, Ivo Kidze From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of Marcel Weinberg Sent: Friday, June 7, 2019 4:46 AM To: icinga-users@lists.icinga.org Cc: Icinga Users Subject: Re: [icinga-users] Check network