- , |
.
Trace Mode HASP-. IDE , (e.g. 128, 256, 512 N ). . ; , , , . , , , OPC- Trace Mode. -, , ( , ? ). ? , - , ...
# Config file for collectd(1).
#
# Some plugins need additional configuration and are disabled by default.
# Please read collectd.conf(5) for details.
#
# You should also read /usr/share/doc/collectd-core/README.Debian.plugins
# before enabling any more plugins.
Hostname "graphite"
FQDNLookup true
#BaseDir "/var/lib/collectd"
#PluginDir "/usr/lib/collectd"
TypesDB "/usr/share/collectd/types.db" "/etc/collectd/my_types.db"
Interval 10
#Interval 60
#Timeout 2
#ReadThreads 5
LoadPlugin logfile
LoadPlugin cpu
LoadPlugin disk
LoadPlugin memory
LoadPlugin modbus //
LoadPlugin snmp
LoadPlugin write_graphite
#LoadPlugin email
#LoadPlugin sensors
#LoadPlugin serial
LogLevel "info"
File STDOUT
Timestamp true
PrintSeverity true
#DC2 VRU Data -------------------------------------------------
RegisterBase 380
RegisterType int16
Type word
Instance "VRU-QF1-Status"
RegisterBase 381
RegisterType int16
Type word
Instance "VRU-QF2-Status"
RegisterBase 300
RegisterType int16
Type voltage
Instance "VRU1-U-AN"
RegisterBase 301
RegisterType int16
Type voltage
Instance "VRU1-U-BN"
RegisterBase 302
RegisterType int16
Type voltage
Instance "VRU1-U-CN"
Address "XXX.XXX.XXX.XXX"
Port "502"
Interval 5
Instance "Vars"
Collect "VRU-QF1-Status"
Collect "VRU-QF2-Status"
...
Collect "VRU1-U-AN"
Collect "VRU1-U-BN"
Collect "VRU1-U-CN"
...
# DC2_Module1_UPS1 -------------------------------------------------
Type "percent"
Table false
Instance "Load_A"
Values ".1.3.6.1.2.1.33.1.4.4.1.5.1"
Type "percent"
Table false
Instance "Load_B"
Values ".1.3.6.1.2.1.33.1.4.4.1.5.2"
Type "percent"
Table false
Instance "Load_C"
Values ".1.3.6.1.2.1.33.1.4.4.1.5.3"
...
Address "XXX.XXX.XXX.XXX"
Version 1
Community "public"
Collect "UPS1_load_A"
Collect "UPS1_load_B"
Collect "UPS1_load_C"
...
Interval 5
Host "localhost"
# Port "2003"
Prefix "collectd."
Protocol "tcp"
# Postfix "collectd"
# StoreRates false
# AlwaysAppendDS false
# EscapeCharacter "_"
Include "/etc/collectd/collectd.conf.d/*.conf"