I have an item setup to monitor fatal errors, and I want to add another item so that it calculates the count of the fatal errors and graphs them.
Using this key: log["/d2/httpd/logs/myDomain-error_log","PHP Fatal","UTF-8",100]
It properly gets the data that I'm wanting, however it will not graph this, I imagine I have to count the entries and get the format as an integer, but this does not work:
count(log["/d2/httpd/logs/myDomain-error_log","PHP Fatal","UTF-8",100], 60)
Any ideas of what my key should be, or how I would go about graphing this data to see over time how many errors there were?
Actions and triggers are working fine and doing what is supposed but unable to create graph out of it.