Search found 228 matches

by optionstechnology
Fri Feb 18, 2022 4:58 am
Forum: Nagios XI
Topic: Stop Recovery notifications for warnings
Replies: 1
Views: 453

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: 243

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: 606

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: 470

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...
by optionstechnology
Fri Dec 17, 2021 9:48 am
Forum: Nagios XI
Topic: Errors when downgrading from NDO3 to NDO2
Replies: 11
Views: 1083

Re: Errors when downgrading from NDO3 to NDO2

yup that fixed it - thanks @ssax

this can be closed
by optionstechnology
Thu Dec 16, 2021 8:11 am
Forum: Nagios XI
Topic: Assigning an API key to a user
Replies: 5
Views: 606

Re: Assigning an API key to a user

Hey this is great - one minor tweek - is it possible to do by username instead of find/replacing the actual token string?

Reason I ask is ill be automating it on newly built servers so I don't want to have to manually go in every time and get the current API key just to replace it
by optionstechnology
Thu Dec 16, 2021 4:00 am
Forum: Nagios XI
Topic: Errors when downgrading from NDO3 to NDO2
Replies: 11
Views: 1083

Re: Errors when downgrading from NDO3 to NDO2

Code: Select all

[root@nagserver ndoutils-2.1.3]# rpm -qa | grep -i maria
mariadb-libs-5.5.68-1.el7.x86_64
mariadb-5.5.68-1.el7.x86_64
mariadb-server-5.5.68-1.el7.x86_64
[root@nagserver ndoutils-2.1.3]# rpm -qa | grep -i mysql
php-mysql-5.4.16-48.el7.x86_64
perl-DBD-MySQL-4.023-6.el7.x86_64
by optionstechnology
Wed Dec 15, 2021 12:00 pm
Forum: Nagios XI
Topic: Assigning an API key to a user
Replies: 5
Views: 606

Assigning an API key to a user

I have multiple Nagios servers with the same user on each setup to run reports

But because I cannot specify an API key to use - it means I have to track the API key of each server separately

Is there a way of putting the same API key for this user into the database on all of my Nagios boxes?
by optionstechnology
Wed Dec 15, 2021 5:59 am
Forum: Nagios XI
Topic: Errors when downgrading from NDO3 to NDO2
Replies: 11
Views: 1083

Re: Errors when downgrading from NDO3 to NDO2

Right so, see way up at the top of this thread where the thing you just posted is the exact process we followed? and see the errors that we got while running that process? That's why were here The ./install step produces the errors reported in our initial post When I follow the instructions in the s...
by optionstechnology
Wed Dec 15, 2021 5:56 am
Forum: Nagios XI
Topic: HTML Tags in Service History
Replies: 9
Views: 741

Re: HTML Tags in Service History

SERVICE HISTORY

Not what its current showing, that works - but I want to see the history of what the service was showing

Click on that service, then click on this button-
servicehistory.png