Search found 234 matches

by optionstechnology
Tue Nov 18, 2025 6:19 am
Forum: Nagios XI
Topic: Consequences of deleteing /usr/local/nagios/var/archives/
Replies: 4
Views: 4981

Consequences of deleteing /usr/local/nagios/var/archives/

My archives folder is vast - what are the exact consiquences of deleteing or zipping the old logs?

Is this where the state/notification history comes from?

Or is it literally just an event log for troubleshooting?
by optionstechnology
Tue Mar 11, 2025 5:23 am
Forum: Nagios XI
Topic: API PUT Command Not Processing Body Data
Replies: 4
Views: 1341

Re: API PUT Command Not Processing Body Data

Also just FYI because of this put commands cannot process service name changes if the service name has a space in it
by optionstechnology
Wed Feb 12, 2025 11:08 am
Forum: Nagios XI
Topic: API call for Service as a member of a Hostgroup
Replies: 3
Views: 1055

Re: API call for Service as a member of a Hostgroup

yip you're right - that got it working

thanks
by optionstechnology
Thu Jan 16, 2025 5:37 am
Forum: Open Source Nagios Projects
Topic: Livestatus support for Nagios 4.5.1
Replies: 8
Views: 13810

Re: Livestatus support for Nagios 4.5.1

We are running Livestatus on Nagios Core 4.5.3 on Rhel8.10 on Thruk 3.16 succesfully

We had some issues with NDO3 in that regard though as we run the XI version, are you using NDO?
by optionstechnology
Thu Jan 16, 2025 5:10 am
Forum: Nagios XI
Topic: SAML Authentication Needed (Wanted)
Replies: 8
Views: 3223

Re: SAML Authentication Needed (Wanted)

Will it support multiple IDP's?
by optionstechnology
Thu Jan 16, 2025 5:05 am
Forum: Nagios XI
Topic: API call for Service as a member of a Hostgroup
Replies: 3
Views: 1055

API call for Service as a member of a Hostgroup

I have an issue where I have two different services with the same name running under two different config names So for example service_description "Disk D:" under config_name "Windows2000" and "Disk D:" under config_name "Windows2016" The checks are assigned t...
by optionstechnology
Fri Feb 18, 2022 4:58 am
Forum: Nagios XI
Topic: Stop Recovery notifications for warnings
Replies: 1
Views: 929

Stop Recovery notifications for warnings

We setup escalations to notify on critical and recovery only - no warning levels The reason behind this is because we try to action the alert in warning... and if that fails the critical catches it Unfortunately the client receives the "recovery" email when we fix things in warning - even ...
by optionstechnology
Mon Feb 14, 2022 5:58 am
Forum: Nagios XI
Topic: API statehistory timeframe
Replies: 1
Views: 788

API statehistory timeframe

When using the statehistory API command /nagiosxi/api/v1/objects/statehistory it seems to go back 24 hours by default - is it possible to tell it to look further back?

There doesn't appear to be any additional arguments listed in the help...
by optionstechnology
Fri Jan 21, 2022 5:12 am
Forum: Nagios XI
Topic: Assigning an API key to a user
Replies: 5
Views: 1788

Re: Assigning an API key to a user

Just in case anyone is interested in doing this I achieved it with:

Code: Select all

mysql -uroot -pnagiosxi nagiosxi -e "UPDATE xi_users SET api_key = 'bigapikeygoeshere' WHERE user_id=1;"
Then just apply config in nagios
by optionstechnology
Thu Jan 06, 2022 10:44 am
Forum: Nagios XI
Topic: Email TLS Version 1.2
Replies: 1
Views: 1065

Email TLS Version 1.2

Our environment only supports TLS version 1.2 My Nagios server is- NagsioXI 5.8.3 running PHP 5.4.16 I can see from this thread for the nagios log server that its possible to change the TLS version without updating php- https://support.nagios.com/forum/viewtopic.php?f=38&t=61368 I have found the...