Search found 14 matches

by cmueller
Tue Apr 02, 2024 8:35 am
Forum: Nagios XI
Topic: [REST API] Config endpoint only returns active (registered) hosts
Replies: 4
Views: 388

Re: [REST API] Config endpoint only returns active (registered) hosts

Sorry for the late response... The "objects/host" endpoint also don't displays not-active systems. (What I can understand and also expect... because it basicly also delivers the state informations: "object/hoststatus".) But from the "config/host" endpoint I would expect...
by cmueller
Fri Mar 15, 2024 8:29 am
Forum: Nagios XI
Topic: [REST API] Config endpoint only returns active (registered) hosts
Replies: 4
Views: 388

[REST API] Config endpoint only returns active (registered) hosts

The [GET] config/host operation only returns hosts that are marked as active (registered). Is there an option in the API to also display the non-active hosts or could that be added?
by cmueller
Mon Apr 26, 2021 6:08 am
Forum: Nagios XI
Topic: Delete Nagios XI users without their contact
Replies: 1
Views: 46

Delete Nagios XI users without their contact

Is there a way to delete Nagios XI users without deleting their Nagios Core contacts (with all settings and relations etc) ?
by cmueller
Thu Oct 22, 2020 3:19 am
Forum: Nagios XI
Topic: New hosts remain pending after upgrade to 5.7.3
Replies: 17
Views: 1602

Re: New hosts remain pending after upgrade to 5.7.3

We are having exactly the same issue.
by cmueller
Wed Nov 13, 2019 4:47 am
Forum: Nagios XI
Topic: Downtime Email Notifications editable?
Replies: 1
Views: 52

Downtime Email Notifications editable?

Good morning,

is there a way to modify the textof the downtime start/end notification emails?

Best regards
Christophs
by cmueller
Mon Jul 29, 2019 3:31 am
Forum: Nagios XI
Topic: PNP4Nagios not working [Undefined index: DISP_HOSTNAME]
Replies: 12
Views: 7990

Re: PNP4Nagios not working [Undefined index: DISP_HOSTNAME]

Sorry with the question if the performance data will be updated I ment especially the XML file. Meanwhile I just gave the newer "process_perfdata.pl" script to a colleague which better understands perl than me and he confirmed me also that the script will update the XML files. So after mak...
by cmueller
Fri Jul 26, 2019 6:04 am
Forum: Nagios XI
Topic: PNP4Nagios not working [Undefined index: DISP_HOSTNAME]
Replies: 12
Views: 7990

Re: PNP4Nagios not working [Undefined index: DISP_HOSTNAME]

One further reply. Just found the reason for this diference in the XML files. My production environment is holding a much older version of the process_perfdata.pl within the /usr/local/nagios/libexec folder. I expect if I replace this with the newer version from the QA instance all new performance d...
by cmueller
Fri Jul 26, 2019 3:26 am
Forum: Nagios XI
Topic: PNP4Nagios not working [Undefined index: DISP_HOSTNAME]
Replies: 12
Views: 7990

Re: PNP4Nagios not working [Undefined index: DISP_HOSTNAME]

The apache coniguration isn't the issue. The change on this Apache configuration you described relies to a old Apache 2.2 configuration. The configuration fits to Apache 2.4 (Require all granted). I found out by testing that the problem is within the performance data. I copied a host folder from the...
by cmueller
Thu Jul 25, 2019 9:10 am
Forum: Nagios XI
Topic: PNP4Nagios not working [Undefined index: DISP_HOSTNAME]
Replies: 12
Views: 7990

Re: PNP4Nagios not working [Undefined index: DISP_HOSTNAME]

Yes... I tried Internet Explorer and Firefox. Same issue.
by cmueller
Wed Jul 24, 2019 2:42 am
Forum: Nagios XI
Topic: PNP4Nagios not working [Undefined index: DISP_HOSTNAME]
Replies: 12
Views: 7990

Re: PNP4Nagios not working [Undefined index: DISP_HOSTNAME]

Here is my php.ini (Comments an empty lines removed) [PHP] engine = On short_open_tag = Off asp_tags = Off precision = 14 output_buffering = 4096 zlib.output_compression = Off implicit_flush = Off unserialize_callback_func = serialize_precision = 17 disable_functions = disable_classes = zend.enable_...