This is a page where user-contributed notes are published for everybody's perusal. If you have something you thing would be good for this page, feel free to send it to the mailing list (see front page for address).
Providing extra modules is a little painful at the moment, but will be much easier with epylog-1.1 release. Feel free to send a note about having a new module to the epylog mailing list, though -- others may find it useful. Alternatively, file them in the bugzilla for inclusion in the distribution.
No extra modules currently available.
None have been sent in yet.
If you use file publishing with notifications, and especially if
you have reports coming in every hour or so, you may find it
useful to use this small CGI that I wrote to add Previous/Next
links to the top and bottom of each report. Download pager.py
and put it in your cgi-bin directory. Modify the path to the
reports repository in the script itself and set the pubroot in
/etc/epylog/epylog.conf to point to pager.py in this manner,
e.g.:
pubroot = https://monitor.dept.duke.edu/epylog/pager.py?
(note the question mark on the end)
You should be able to click the link in the email and have Previous/Next report links added to the report, as well as a drop-down with all other reports that are available. Don't forget to limit access to pager.py, as your logs may contain sensitive data!