: // or :. The defaults are: 127.0.0.1:3551 // See the following parameters in apcupsd.conf: NETSERVER, NISIP, NISPORT define('apcupsdUpsList', '127.0.0.1:3551'); // byteFormat controls the units & format for network, memeory and filesystem // 'G' or 'g' everything is in GigaByte // 'M' or 'm' everything is in MegaByte // 'K' or 'k' everything is in KiloByte // 'auto' everything is automatic done if value is to big for, e.g M then it will be in G define('byteFormat', 'auto'); // Plugins that should be included in xml and output // list of plugins should look like "plugin,plugin,plugin" // define('PSI_PLUGINS', 'plugin,plugin'); // list of plugins // define('PSI_PLUGINS', false); //no plugins define('PSI_PLUGINS', false); ?>