Page 2 of 2

Re: How to extract numeric values from messages and graph th

Posted: Fri Apr 17, 2015 1:30 pm
by gsl_ops_practice
Hi,

I am trying to do exactly that but for some reason I am unable to edit the query to change the values of 0 to be whatever I need. I tried 3 different browsers, no go so far. Any thoughts on why that would be? I click on the edit button but the query does not expand and allow me to edit.

Thank you

Re: How to extract numeric values from messages and graph th

Posted: Fri Apr 17, 2015 1:38 pm
by jolson
Are you able to edit any field in this way - or is this the only field giving you problems?

Can you post a screenshot of what happens after you press 'edit'?

Re: How to extract numeric values from messages and graph th

Posted: Fri Apr 17, 2015 1:43 pm
by gsl_ops_practice
When I click on "Edit" any time on any filter I just get a black mouseover saying "Edit" but nothing happens, screenshot below...very peculiar

Re: How to extract numeric values from messages and graph th

Posted: Fri Apr 17, 2015 1:55 pm
by jolson
Interesting - I haven't seen this particular issue before. What version is your Nagios Log Server at? If possible, please update to the latest release: http://www.nagios.com/news/company-news ... 4-released

Re: How to extract numeric values from messages and graph th

Posted: Fri Apr 17, 2015 2:28 pm
by gsl_ops_practice
Hi,

I figured out why I couldn't edit that field - the web requests were being sent through a proxy and I requested a direct connection on port 80/443 and the issue is now gone, I can edit the fields.

Will now try to figure out what I can do with the ranges.

Thank you.

Re: How to extract numeric values from messages and graph th

Posted: Fri Apr 17, 2015 2:49 pm
by gsl_ops_practice
Can you please confirm the structure of the query for a range of values for this field? I am getting an error when I follow the example you have previously provided. Screenshot below.
$149D7E00ABCEF250.jpg

Re: How to extract numeric values from messages and graph th

Posted: Mon Apr 20, 2015 9:03 am
by jolson
Were you sure to add the ':int' tag to the end of your example field? Specifying a range will only work with integers and floats. For instance, 'pid' will work because it's an integer, while 'severity' will not because it's a string.