MRTG
  Home
  MRTG For Declude Junkmail
  MRTG For Declude Virus
  MRTG For Imail
  Custom MRTG Scripts
  Support



Update Notifications

MRTG For Declude Junkmail

dMRTG - Version 2.0 (9/26/2005)
dMRTG.exe is a .Net Windows console application that can be used under MRTG to gather data from your Declude Junkmail log files. dMRTG will extract the number of times a specific test was triggered and how many messages that Declude processed.

Requirements

dMRTG.exe has the following requirements
  • Microsoft .NET Framework Version 1.1
  • Expects Declude Log Files To Be Named As Follows DecMMDD.log
  • dMRTG 2.0 Works On Declude Version 3.0.+
  • dMRTG 1.0 Works On Declude Version 1.77915 - Declude 3.0
  • Tested Under MRTG 2.10.13
  • Please see the MRTG home page for MRTG Installation Instructions
  • Usage

    dMRTG.exe has the following command line arguments.
  • -s <path> - Path To Declude Log Files
  • -t <testname> - Testname to monitor. This is case sensitive. Your test must be the exact same case as reflected in your log files.
  • -b <buffer size> - Buffer size used in reading log files. You can experiment with this to find the optimal value for your system and log files. If left blank a default buffer size of 1024 will be used.


  • Example:

    dMRTG.exe -s c:\imail\spool -b 2048 -t WEIGHT30

    View Example MRTG Script For Use With dMRTG

    View Sample MRTG Script

    View Sample Graph Generated With dMRTG.exe:

    WEIGHT30 Failed / Total Messages Inbound

    Download dMRTG:

    Download dMRTG 2.0 and Sample Scripts
    Download dMRTG 1.0 and Sample Scripts
     
    MRTG For Declude Virus

    dvMRTG - Version 2.0 (9/26/2005)
    dvMRTG.exe is a .Net Windows console application that can be used under MRTG to gather data from your Declude Virus log files. dvMRTG can provide statistics on how many viruses were detected overall or by a specific scanner.

    Requirements

    dvMRTG.exe has the following requirements
  • Microsoft .NET Framework Version 1.1
  • Expects Declude Log Files To Be Named As Follows virMMDD.log
  • dvMRTG 2.0 Works On Declude Version 3.0.+
  • dvMRTG 1.0 Works On Declude Version 1.77915 - Declude 3.0
  • Tested Under MRTG 2.10.13
  • Please see the MRTG home page for MRTG Installation Instructions
  • Usage

    dvMRTG.exe has the following command line arguments.
  • -s <path> - Path To Declude Log Files
  • -vs <scanner number> - [OPTIONAL]. Monitor a specific virus scanner.
  • -b <buffer size> - [OPTIONAL] Buffer size used in reading log files. You can experiment with this to find the optimal value for your system and log files. If left blank a default buffer size of 1024 will be used.


  • Example:

    dvMRTG.exe -s c:\imail\spool -b 2048 dvMRTG.exe -s c:\imail\spool -b 2048 -vs 3

    View Example MRTG Script For Use With dvMRTG

    View Sample MRTG Script

    View Sample Graph Generated With dvMRTG.exe:

    Viruses Detected / Overall Messages (COMING SOON)

    Download dvMRTG:

    Download dVMRTG 2.0 and Sample Scripts
    Download dVMRTG 1.0 and Sample Scripts
     

    MRTG For Imail

    ImailMRTG - Version 1.2
    ImailMRTG.exe is a .Net Windows console application that can be used under MRTG to gather various data from your Imail Log Files.

    ImailMRTG Can report on the following items.

  • Total Connections For Your Server
  • Connections For A Specific Domain / Total Server Connections
  • Incoming / Outgoing Bytes
  • Incoming / Outgoing Bytes (Specific Domain)
  • Locally Delivered Messages / Outgoing Messages
  • Locally Delivered Messages / Outgoing Messages (Specific Domain)
  • (NEW) Invalid User Attempts / Responsible IP Addresses


  • USAGE: (Global Options)

    ImailMRTG.exe has the following command line arguments.
  • -s <path> - Path To Imail Log Files.
  • -b <buffer size> - Buffer size used in reading log files. You can experiment with this to find the optimal value. If left blank a default buffer size of 1024 will be used.
  • -logformatsys - Use this command line switch if your log files are in the SYSMMDD.TXT format.


  • Total Connections For Server:
    imailmrtg.exe -s c:\imail\spool -b 2048 -connections
    Return Values:
    Value 1: Incoming Connections
    Value 2: Always 0

    Connections For A Specific Domain / Total Server Connections:
    imailmrtg.exe -s c:\imail\spool -b 2048 -connections -domain yourdomain.com
    Return Values:
    Value 1: Incoming Connections For The Domain
    Value 2: Incoming Connections To The Server

    Incoming / Outgoing Bytes:
    imailmrtg.exe -s c:\imail\spool -b 2048 -bytes
    Return Values:
    Value 1: Incoming Bytes
    Value 2: Outgoing Bytes

    Incoming / Outgoing Bytes (Specific Domain):
    imailmrtg.exe -s c:\imail\spool -b 2048 -bytes -domain yourdomain.com
    Return Values:
    Value 1: Incoming Bytes For The Domain
    Value 2: Outgoing Bytes For The Domain

    Locally Delivered Messages / Outgoing Messages:
    imailmrtg.exe -s c:\imail\spool -b 2048 -localremote
    Return Values:
    Value 1: Messages Locally Delivered
    Value 2: Messages Remotely Delivered

    Locally Delivered Messages / Outgoing Messages (Specific Domain):
    imailmrtg.exe -s c:\imail\spool -b 2048 -localremote -domain yourdomain.com
    Return Values:
    Value 1: Messages Locally Delivered For The Specified Domain
    Value 2: Messages Remotely Delivered For The Specified Domain

    Invalid User Attempts / Responsible IP Addresses:
    imailmrtg.exe -s c:\imail\spool -b 2048 -invaliduser
    Return Values:
    Value 1: Invalid User Attempts
    Value 2: IP Addresses Responsible For The Above Invalid User Attempts

    *NOTE:Values 3 & 4 will always return 0.

    Requirements

    ImailMRTG.exe has the following requirements
  • Microsoft .NET Framework Version 1.1
  • Expects Imail Log Files To Be Named As Follows logMMDD.txt or sysMMDD.txt
  • sysMMDD.txt log file users must use the -logformatsys command line parameter
  • Tested Under MRTG 2.10.13
  • Please see the MRTG home page for MRTG Installation Instructions


  • View Example ImailMRTG Sample SCRIPT:

    View Sample ImailMRTG Bytes MRTG Script
    View Sample ImailMRTG Connections MRTG Script
    View Sample ImailMRTG Domain Connections MRTG Script
    View Sample ImailMRTG Incoming / Outgoing MRTG Script
    View Sample ImailMRTG Invalid User Attempt / Responsible IP Addresses MRTG Script


    View Sample Graph Generated With ImailMRTG.exe:

    Total Connections For Server
    Total Connections For Specific Domain / Server
    Incoming and Outgoing Messages (Server)
    Incoming and Outgoing Bytes (Server)
    Invalid User Attempt / Responsible IP Address


    Download ImailMRTG and Sample Scripts:

    Download ImailMRTG and Sample Scripts