check_logfiles filtering

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
kenntuna
Posts: 1
Joined: Wed Mar 06, 2019 8:32 am

check_logfiles filtering

Post by kenntuna »

I got the following error from weblogic I would like to filter with the pattern "DeregisterTruckDto' - java.lang.ClassCastException"

2019-03-06 15:09:03,431 agement.service.dto.DeregisterTruckDto' - java.lang.ClassCastException@757bae24 - had objects of type "java.lang.String" but expected signature "java.lang.Lo
ng"

What criticalexception should I add?
DeregisterTruckDto .* java.lang.ClassCastException .* <---??
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: check_logfiles filtering

Post by scottwilkerson »

I believe you should be able to make a query on the dashboard that has the following that should catch these

Code: Select all

DeregisterTruckDto AND java.lang.ClassCastException
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked