From: ian n. <ino...@ho...> - 2013-02-19 10:06:38
|
Hi, I need to tweak the logfetch code so it returns the last X characters of text in the syslog files. I though I had cracked it by modifying the MAXMINUTES constant, but after the 6 polling intervals the data just disappeared from the web page. What I would like is the basically the last X characters of text in the previous 24 hours displayed for my specified log files, minus the IGNORE lines. I'm a very amateur C# programmer and this is a production monitoring platform so I don’t want to break anything. Many Thanks, Ian. |