Search found 247 matches
- Wed Jul 10, 2024 1:31 am
- Forum: Nagios XI
- Topic: RESOLVED: How can use complex password in check_http for url
- Replies: 22
- Views: 6444
Re: How can use complex password in check_http for url
Hi baber , I think the single quotes may be in the wrong place. I changed it such as follow define service{ use local-service host_name subs service_description mebp servicegroups OD check_command check_http!' -H mb.com -w 5 -c 10 -p 8980 -u /mb/ai/branch/all -a mba:785\!"@"Nobv' } Is tha...
- Tue Jul 09, 2024 2:29 am
- Forum: Nagios XI
- Topic: RESOLVED: How can use complex password in check_http for url
- Replies: 22
- Views: 6444
Re: How can use complex password in check_http for url
It is showing HTTP WARNING: HTTP/1.1 400 Bad Request - 309 bytes in 0.001 second response time Performance Data: time=0.000723s;;;0.000000 size=309B;;;0 Current Attempt: 4/4 (HARD state) but when run it manually from nagios server shows : HTTP OK: HTTP/1.1 200 OK - 11413 bytes in 0.010 second respon...
- Tue Jul 09, 2024 1:38 am
- Forum: Nagios XI
- Topic: RESOLVED: How can use complex password in check_http for url
- Replies: 22
- Views: 6444
Re: How can use complex password in check_http for url
I changed it such as follow define service{ use local-service host_name subs service_description mebp servicegroups OD check_command check_http!' -H mb.com -w 5 -c 10 -p 8980 -u /mb/ai/branch/all -a mba:785\!"@"Nobv' } Is that correct ?
- Tue Jul 09, 2024 1:20 am
- Forum: Nagios XI
- Topic: RESOLVED: How can use complex password in check_http for url
- Replies: 22
- Views: 6444
Re: How can use complex password in check_http for url
Would you please help me how can correct it ?
- Tue Jul 09, 2024 1:06 am
- Forum: Nagios XI
- Topic: RESOLVED: How can use complex password in check_http for url
- Replies: 22
- Views: 6444
Re: How can use complex password in check_http for url
As I said it is working on nagios server manually such as follow [root@nagios ~]# /usr/local/nagios/libexec/check_http -H mb.com -w 5 -c 10 -p 8980 -u /mb/ai/branch/all -a mba:785\!"@"Nobv HTTP OK: HTTP/1.1 200 OK - 11413 bytes in 0.017 second response time |time=0.017223s;5.000000;10.0000...
- Tue Jul 09, 2024 12:58 am
- Forum: Nagios XI
- Topic: RESOLVED: How can use complex password in check_http for url
- Replies: 22
- Views: 6444
Re: How can use complex password in check_http for url
Actually I am using nagios core . Is there any solution for that ?
- Sun Jul 07, 2024 10:38 pm
- Forum: Nagios XI
- Topic: RESOLVED: How can use complex password in check_http for url
- Replies: 22
- Views: 6444
Re: How can use complex password in check_http for url
Would you please help me about it ?
- Sat Jul 06, 2024 4:39 am
- Forum: Nagios XI
- Topic: RESOLVED: How can use complex password in check_http for url
- Replies: 22
- Views: 6444
Re: How can use complex password in check_http for url
It is showing follow error in /var/log/message on remote server nrpe[13277]: Error: Request contained illegal metachars! Jul 6 13:07:37 serverA nrpe[13277]: Client request was invalid, bailing out... Jul 6 13:07:44 serverA nrpe[13307]: Error: Request contained illegal metachars! Jul 6 13:07:44 serve...
- Thu Jul 04, 2024 11:04 am
- Forum: Nagios XI
- Topic: RESOLVED: How can use complex password in check_http for url
- Replies: 22
- Views: 6444
Re: How can use complex password in check_http for url
Would you please help me
- Wed Jul 03, 2024 2:07 pm
- Forum: Nagios XI
- Topic: RESOLVED: How can use complex password in check_http for url
- Replies: 22
- Views: 6444
Re: How can use complex password in check_http for url
It looks like your second command has two check commands back to back: check_command check_nrpe!check_http!' -H myurl.com -w 5 -c 10 -p 8980 -u /me/api/test/all -a 'john:555\!"@"BabP' Try removing the "check_nrpe!" Thanks but we cannot remove check_nrpe define service{ use local...