Hi All,
I have some custom applications that generate log files that I would alert on based a string I find a "grep" or "find" command. For example:
Say I want to alert if I find the string "error 23" in the log file. Is that possible with NPM?
Thanks
Mike