Файл: wmon_dist/config.php
Строк: 24
<?php
return array(
    'hostname' => 'myserver',
    'log'      => '/var/log/wmon.log',
    'period'   => 2016, // every 5min * 2016 => 7 days
    'services' => array(
        // array('name','daemon'),
        array('internet',''),
        array('mongodb','mongod'),
        array('mysql','mysqld'),
        array('apache','apache2'),
    ),
    'partition_space_alert' => 90, //% ..if null disabled
    'email' => '',
    'partitions_exclude' => '^Filesystem|tmpfs|cdrom|mnt|none|udev|//',
    'external' => array(
        // 'hostname'     => 'url to external wmon',
        // 'some host 2'  => 'http://www.domain.com/wmon/',
        // 'some host 3'  => 'http://www.domain.com/wwmm/',
    )
);