Search found 34 matches

by sgomeztd
Fri Apr 05, 2024 2:42 am
Forum: Nagios XI
Topic: Azure SQL Elastic pool Monitoring possible?
Replies: 3
Views: 375

Re: Azure SQL Elastic pool Monitoring possible?

Hi, It uses GUID instead of instance_name on the tables to identify the ddbb. Here is the query and the result that shows what I mean. SELECT * FROM sys.dm_os_performance_counters WHERE counter_name='Data File(s) Size (KB)' and instance_name='e68fcd2d-fb66-4420-99a5-9ee38e794e62' RESULT object_name,...
by sgomeztd
Thu Apr 04, 2024 10:01 am
Forum: Nagios XI
Topic: Azure SQL Elastic pool Monitoring possible?
Replies: 3
Views: 375

Azure SQL Elastic pool Monitoring possible?

Hi, I'm trying to use the SQL database Wizard to monitor some DDBB we have on Azure but after some analysis I think is just not possible with the current check_mssql_server.php as is not prepared for it. I can successfully connect to it and run time2connect commands but all the other modes fail to e...
by sgomeztd
Mon Mar 28, 2022 4:16 am
Forum: Nagios XI
Topic: API Error Hosrtgroups - HTTP Error 414: Request Too Long
Replies: 11
Views: 5257

Re: API Error Hosrtgroups - HTTP Error 414: Request Too Lon

Hi, Checking your solution I think the problems was that I was passing everything on the url using put while in your example you use POST and divide the call in url + body. It seems the url limit is only for the url itself but not the body as my hostgroup got updated from 260 host to 388 using that ...
by sgomeztd
Wed Mar 23, 2022 3:16 am
Forum: Nagios XI
Topic: SSL AD integration now working RHEL8
Replies: 8
Views: 18279

Re: SSL AD integration now working RHEL8

All is working fine so mark this post as resolved.
by sgomeztd
Tue Mar 22, 2022 4:41 am
Forum: Nagios XI
Topic: API Error Hosrtgroups - HTTP Error 414: Request Too Long
Replies: 11
Views: 5257

Re: API Error Hosrtgroups - HTTP Error 414: Request Too Lon

Hello sgomeztd Thanks, getting back to me, will test this up to see what we can do on this one and follow up soon. Thanks, Perry Did you managed to test this a bit more? I tried increasing the LimitRequestFieldSize on apache but that didn't solve the issue either. I find it kind of strange that nob...
by sgomeztd
Mon Mar 07, 2022 8:07 am
Forum: Nagios XI
Topic: API Error Hosrtgroups - HTTP Error 414: Request Too Long
Replies: 11
Views: 5257

Re: API Error Hosrtgroups - HTTP Error 414: Request Too Lon

Hi, That method do not work as the API for PUT config/hostgroup cannot append elements. On each loop of your for command, you are replacing the previuos element of the list for the current one in the loop but you end up with a hostgroup just containint the last element on the list. It doesen't matth...
by sgomeztd
Thu Mar 03, 2022 11:07 am
Forum: Nagios XI
Topic: API Error Hosrtgroups - HTTP Error 414: Request Too Long
Replies: 11
Views: 5257

Re: API Error Hosrtgroups - HTTP Error 414: Request Too Lon

Hi,

I'm afraid those changed did not solved the issue. I have send you another PM with the same .tar extract in case it helps.

There is no other way to append members to a hostgroup?
by sgomeztd
Tue Mar 01, 2022 10:36 am
Forum: Nagios XI
Topic: API Error Hosrtgroups - HTTP Error 414: Request Too Long
Replies: 11
Views: 5257

Re: API Error Hosrtgroups - HTTP Error 414: Request Too Lon

Hi,

I added that line directly at the end of file /etc/httpd/conf/httpd.conf, restarted apache and tested again but I'm still getting the same error. I have send you a PM with the tar file.
by sgomeztd
Fri Feb 25, 2022 5:09 am
Forum: Nagios XI
Topic: API Error Hosrtgroups - HTTP Error 414: Request Too Long
Replies: 11
Views: 5257

API Error Hosrtgroups - HTTP Error 414: Request Too Long

Hi, I'm implemeting an automated procedure to add host to Nagios and include them in hostgroups. While doing so I just arrive to a point where I have a hostgroups with 253 elements inside and when I try to run an API call to apend one more host to it I'm hitting an error. This is the output of the c...
by sgomeztd
Fri Feb 25, 2022 4:59 am
Forum: Nagios XI
Topic: SSL AD integration now working RHEL8
Replies: 8
Views: 18279

Re: SSL AD integration now working RHEL8

Do you have the TLS_CACERTDIR setting defined in the /etc/openldap/ldap.conf on the one you didn't have to change? If not, that would likely be why. The ldap.conf was not edited so it had the default configuration that comes with RHEL8 and that line exist but is commented by default so all I had to...