GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MILTER-MANAGER-LOG-ANALYZER(1) milter manager's manual MILTER-MANAGER-LOG-ANALYZER(1)

milter-manager-log-analyzer - log analyzer for milter-manager

milter-manager-log-analyzer [option ...]

milter-manager-log-analyzer analyzes milter-manager log and generates graphs for milters' result. It's useful for confirming system status transition because graphs shows data in time-line. Graphs can also be used for comparing changes between before introducing new milter and after introducing new milter.


--help
Shows available options and exits.

--log=lOG_FILE
Reads log from LOG_FILE

The default is standard input.


--output-directory=DIRECTORY
Outputs graphs, HTML and data to DIRECTORY.

The default is the current directory. (".")


--no-update-db
Doesn't update database. It's useful for just generates graphs.

If this option is not specified, database will be updated.

Always 0.

milter-manager-log-analyzer will be used in crontab. Here is a sample crontab:
    PATH=/bin:/usr/local/bin:/usr/bin
    */5 * * * * root cat /var/log/mail.info | su milter-manager -s /bin/sh -c "milter-manager-log-analyzer --output-directory ~milter-manager/public_html/log"

In the above sample, mail log are read by root and milter-manager-log-analyzer run as milter-manager user is received it. milter-manager-log-analyzer outputs analyzed result into ~milter-manager/public_html/log/. Analyzed result can be seen at http://localhost/~milter-manager/log/.

milter-manager (1)

January 2022 milter manager

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.