Search found 8 matches

by pbohn77
Tue Sep 27, 2016 2:13 pm
Forum: Nagios XI
Topic: & in URL causes check_http to fail
Replies: 8
Views: 1542

Re: & in URL causes check_http to fail

Yup.
That is what I will do from now on.
It's just that when it fails more people than just me get the alert emails. so if i fat finger something, I can't test it before I make it active.
This just makes it a longer process per test.
But I only have 80 more to go.
by pbohn77
Tue Sep 27, 2016 1:47 pm
Forum: Nagios XI
Topic: & in URL causes check_http to fail
Replies: 8
Views: 1542

Re: & in URL causes check_http to fail

Cool, thanks.
by pbohn77
Tue Sep 27, 2016 1:32 pm
Forum: Nagios XI
Topic: & in URL causes check_http to fail
Replies: 8
Views: 1542

Re: & in URL causes check_http to fail

If I quote the url on the command line it appears to work [root@dc2dccnagpd01 libexec]# ./check_http -H bssapp.savvis.net -p 10081 -u '/GenericWebService/ws?service=WorkGroupService&appl=vantive&wsdl' -s getAllActiveAvailableWorkGroups HTTP OK: HTTP/1.1 200 OK - 20968 bytes in 0.010 second r...
by pbohn77
Tue Sep 27, 2016 1:20 pm
Forum: Nagios XI
Topic: & in URL causes check_http to fail
Replies: 8
Views: 1542

Re: & in URL causes check_http to fail

I am using xi the command is the check_http options are -p 10081 -u /GenericWebService/ws?service=WorkGroupService&appl=vantive&wsdl -s "getAllActiveAvailableWorkGroups" that returns from the test command button Test Check Command Testing check from command line... check_http -I bs...
by pbohn77
Tue Sep 27, 2016 12:59 pm
Forum: Nagios XI
Topic: & in URL causes check_http to fail
Replies: 8
Views: 1542

& in URL causes check_http to fail

I cannot get a wsdl to work if it has an '&' in it.

Is there a list of reserved characters that will not work?
by pbohn77
Thu May 05, 2016 3:00 pm
Forum: Nagios Log Server
Topic: Java Stack Trace
Replies: 7
Views: 2078

Re: Java Stack Trace

I upgraded to 1.4.1.
No change.

I can verify, view, apply, save... no errors

Files are still not overwritten.

the changes are seen in the GUI.

No change in how the logs are collected.
by pbohn77
Thu May 05, 2016 1:15 pm
Forum: Nagios Log Server
Topic: Java Stack Trace
Replies: 7
Views: 2078

Re: Java Stack Trace

All the java stack trace info is being written on separate lines. I would like to have them on one line per Exception. The doco for the multiline Filter and Codec are not very in depth. I have tried to use both, creating a filter like the post above. and adding it to the input like I pasted. I don't...
by pbohn77
Thu May 05, 2016 10:52 am
Forum: Nagios Log Server
Topic: Java Stack Trace
Replies: 7
Views: 2078

Re: Java Stack Trace

I am having the same issue. The multiline codec and filter are not working for me. I have this in my standard input. syslog { type => 'syslog' port => 5544 codec => multiline { pattern => "^\s" what => "previous" } } I tried to put it in as a filter, no go either. WHere are the c...