Search found 4 matches

by bob.davis
Tue Jul 05, 2016 9:43 am
Forum: Nagios XI
Topic: NRDP http headers for POST
Replies: 6
Views: 1497

Re: NRDP http headers for POST

Sure ... Thanks a lot ..
by bob.davis
Fri Jul 01, 2016 8:06 am
Forum: Nagios XI
Topic: NRDP http headers for POST
Replies: 6
Views: 1497

Re: NRDP http headers for POST

Thank you for that!

It was the LimitRequestLine parameter in Apache that fixed it.

We have adjusted that upward to accommodate the sizes needed,
and can now send the entire result set in one request.

Again, Thanks a Lot ssax
by bob.davis
Thu Jun 30, 2016 11:38 am
Forum: Nagios XI
Topic: NRDP http headers for POST
Replies: 6
Views: 1497

Re: NRDP http headers for POST

The payload is being sent using Windows XMLHTTP object. The errors are from Apache/Red Hat server , stating the request is too large. The server admin has made changes to the server configuration .. Changed in the php.ini file: upload_max_filesize = 2M to upload_max_filesize = 4M post_max_size = 8M ...
by bob.davis
Thu Jun 30, 2016 10:37 am
Forum: Nagios XI
Topic: NRDP http headers for POST
Replies: 6
Views: 1497

NRDP http headers for POST

I have a script that generates a large number of service check results. I am trying to POST these results as one large xml doc to Nagios NRDP. The results are too large to be used as part of the url (http:// server/nrdp/?token=xxxxxx&cmd=submitcheck&XMLDATA=<checkresults> .. etc ..</checkres...