INSTALLATION INSTRUCTIONS

    perl Makefile.PL
    make
    make test
    make install
    monm config

DIST CREATING

    perl Makefile.PL
    make
    make test
    make tardist

CREATE NEW VERSION (FOR DEVELOPER ONLY)

    * README             -- In documentation
    * CHANGES            -- Result of command: localtime | gclip
    * lib/App/MonM.pm    -- In documentation (VERSION) & in code $VERSION
    * bin/monm           -- In documentation (VERSION)
    * sftp://abalama@web.sourceforge.net:22/home/project-web/app-monm/htdocs

NOTES FOR ALERTGRID AND RRD INSTALLATION

AlertGrid Agent installation (on AGENT machines)

 1. Install Net-SNMP with Perl support (from http://net-snmp.sourceforge.net)
    For CentOS: 

      #> yum install net-snmp
      #> yum install net-snmp-perl

 2. Edit file <ETC_PATH>/monm/conf.d/alertgrid.conf

 3. Run command:

    #> monm alertgrid init

AlertGrid Server installation (on SERVER machines)

 1. SetUp AlertGrid Server

 2. Edit file <ETC_PATH>/monm/conf.d/alertgrid.conf

RRDtool installation (on SERVER machines)

 1. Install rrdtool package whith Perl support (from http://oss.oetiker.ch/rrdtool/)
    For CentOS: 
        yum install rrdtool
        yum install rrdtool-devel
        yum install rrdtool-perl

 2. Run command:

    monm rrd create

See also file share/alertgrid.txt and run all of steps from this file

See also file share/rrd.txt and run all of steps from this file
