Search found 16 matches

by amit9876
Mon May 22, 2023 3:32 am
Forum: Nagios XI
Topic: Rest API monitoring
Replies: 2
Views: 587

Re: Rest API monitoring

I am trying this but it is not working until now. My API post response is below: { "status": "OK" } I am trying following check. /usr/local/nagios/libexec/check_http -I restapi-development.messagesnetwork.com -u '/api/ReceiveInvoice?healthcheck=true' -S -j 'POST' -r 'status: OK' ...
by amit9876
Fri May 19, 2023 9:11 am
Forum: Nagios XI
Topic: Rest API monitoring
Replies: 2
Views: 587

Rest API monitoring

Hi, Please let me know how can I monitor a Rest API endpoint which sends http status code as an output.

We are using NagiosXI. Nagios XI 5.6.7

Thanks
by amit9876
Mon Dec 13, 2021 5:35 am
Forum: Nagios XI
Topic: CVE-2021-44228 Log4j2 Vulnerability Impact on NagiosXI
Replies: 1
Views: 777

CVE-2021-44228 Log4j2 Vulnerability Impact on NagiosXI

Hi,

Please provide an update on possible impact of CVE-2021-44228 log4j vulnerability on NagiosXI system.
we are using version Nagios 5.6.7

thanks
by amit9876
Mon Jan 20, 2020 7:49 am
Forum: Nagios XI
Topic: Docker monitoring -docker API.not able to connect to remote
Replies: 1
Views: 105

Docker monitoring -docker API.not able to connect to remote

Hi Team, I am configuring docker container monitoring but somehow I am not able to connect to the remote server docker Api. Locally the API is working fine and I dont see any firewall issues as well. Please help. [root@oc-monitoring-prod ~]# curl -f -g http://X.X.X.X:2375/containers/json?all=true cu...
by amit9876
Mon Feb 25, 2019 9:43 am
Forum: Nagios XI
Topic: NAgios XI email functionaity and Azure AD integration not wo
Replies: 15
Views: 656

Re: NAgios XI email functionaity and Azure AD integration no

Hi,

I have got Nagios XI running on PROD and Test instances and want to enable email-functionality on PROD but just to be sure that first it works on Test before moving to PROD. Configuration are AS-IS as Stage.
by amit9876
Fri Feb 22, 2019 3:19 am
Forum: Nagios XI
Topic: NAgios XI email functionaity and Azure AD integration not wo
Replies: 15
Views: 656

Re: NAgios XI email functionaity and Azure AD integration no

[root@oc-monitoring-test nagios-test]# grep SMTPDebug /usr/local/nagiosxi/html/includes/phpmailer/class.phpmailer.php|grep public
public $SMTPDebug = 2;
[root@oc-monitoring-test nagios-test]#
by amit9876
Thu Feb 21, 2019 6:44 am
Forum: Nagios XI
Topic: NAgios XI email functionaity and Azure AD integration not wo
Replies: 15
Views: 656

Re: NAgios XI email functionaity and Azure AD integration no

Hello Scott, Sorry for coming back after long time. I did try to enable the debug level but it was of no help and whole GUI is getting stuck and I am not seeing any response for both the options SMTP and Sendmail Please help.. tail -F /var/log/maillog /usr/local/nagiosxi/tmp/phpmailer.log [02-21-201...
by amit9876
Fri Jan 18, 2019 4:10 am
Forum: Nagios XI
Topic: NAgios XI email functionaity and Azure AD integration not wo
Replies: 15
Views: 656

Re: NAgios XI email functionaity and Azure AD integration no

Hi, [nagios-prod@oc-monitoring-prod ~]$ telnet smtp.office365.com 587 Trying 40.101.124.194... Connected to smtp.office365.com. Escape character is '^]'. [nagios-prod@oc-monitoring-prod ~]$ ping smtp.office365.com PING DHR-efz.ms-acdc.office.com (52.97.149.82) 56(84) bytes of data. 64 bytes from 52....
by amit9876
Thu Jan 17, 2019 3:27 am
Forum: Nagios XI
Topic: NAgios XI email functionaity and Azure AD integration not wo
Replies: 15
Views: 656

Re: NAgios XI email functionaity and Azure AD integration no

yes i am using correct username and password but still no luck.
whenever I am trying to send some trial mail the whole GUI is getting stuck and I have to restart the httpd service on nagiosxi server.
by amit9876
Wed Jan 16, 2019 6:21 am
Forum: Nagios XI
Topic: check_mailq plugin is not working
Replies: 7
Views: 441

Re: check_mailq plugin is not working

thanks ..this worked.. but I had to install NRPE agent on client machine and define below command in nrpe.cfg command[check_mailq]=/usr/local/nagios/libexec/check_mailq -w 50 -c 100 This is also very useful link for future reference. http://uppayinix.blogspot.com/2010/09/nagios-checkmailq-pluggin-fa...