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?
Search found 234 matches
- Tue Nov 18, 2025 6:19 am
- Forum: Nagios XI
- Topic: Consequences of deleteing /usr/local/nagios/var/archives/
- Replies: 4
- Views: 4986
- 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
- Wed Feb 12, 2025 11:08 am
- Forum: Nagios XI
- Topic: API call for Service as a member of a Hostgroup
- Replies: 3
- Views: 1056
Re: API call for Service as a member of a Hostgroup
yip you're right - that got it working
thanks
thanks
- Thu Jan 16, 2025 5:37 am
- Forum: Open Source Nagios Projects
- Topic: Livestatus support for Nagios 4.5.1
- Replies: 8
- Views: 13812
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?
We had some issues with NDO3 in that regard though as we run the XI version, are you using NDO?
- Thu Jan 16, 2025 5:10 am
- Forum: Nagios XI
- Topic: SAML Authentication Needed (Wanted)
- Replies: 8
- Views: 3227
Re: SAML Authentication Needed (Wanted)
Will it support multiple IDP's?
- Thu Jan 16, 2025 5:05 am
- Forum: Nagios XI
- Topic: API call for Service as a member of a Hostgroup
- Replies: 3
- Views: 1056
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...
- Fri Feb 18, 2022 4:58 am
- Forum: Nagios XI
- Topic: Stop Recovery notifications for warnings
- Replies: 1
- Views: 930
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 ...
- Mon Feb 14, 2022 5:58 am
- Forum: Nagios XI
- Topic: API statehistory timeframe
- Replies: 1
- Views: 789
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...
There doesn't appear to be any additional arguments listed in the help...
- Fri Jan 21, 2022 5:12 am
- Forum: Nagios XI
- Topic: Assigning an API key to a user
- Replies: 5
- Views: 1790
Re: Assigning an API key to a user
Just in case anyone is interested in doing this I achieved it with:
Then just apply config in nagios
Code: Select all
mysql -uroot -pnagiosxi nagiosxi -e "UPDATE xi_users SET api_key = 'bigapikeygoeshere' WHERE user_id=1;"- Thu Jan 06, 2022 10:44 am
- Forum: Nagios XI
- Topic: Email TLS Version 1.2
- Replies: 1
- Views: 1066
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...