From 3c44420915ae5011befbfaf35aa99a2f7871266f Mon Sep 17 00:00:00 2001 From: jdubois Date: Fri, 2 Jul 2021 17:53:42 +0200 Subject: [PATCH] Ajout config SNMP pour APC avec compteurs par prise --- HowtoCollectd.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/HowtoCollectd.md b/HowtoCollectd.md index 5419c2a8..2c0f1fd7 100644 --- a/HowtoCollectd.md +++ b/HowtoCollectd.md @@ -188,14 +188,43 @@ LoadPlugin snmp Instance "apc_current_overload" Values ".1.3.6.1.4.1.318.1.1.12.2.2.1.1.4.1" + # Pour les APCs avec compteurs par prises + + Type "current" + Table true + Instance ".1.3.6.1.4.1.318.1.1.26.9.4.3.1.1" + Scale 0.1 + Values ".1.3.6.1.4.1.318.1.1.26.9.4.3.1.6" + + + Type "energy" + Table true + Instance ".1.3.6.1.4.1.318.1.1.26.9.4.3.1.1" + Values ".1.3.6.1.4.1.318.1.1.26.9.4.3.1.7" + + + Type "energy_wh" + Table true + Instance ".1.3.6.1.4.1.318.1.1.26.9.4.3.1.1" + Scale 0.1 + Values ".1.3.6.1.4.1.318.1.1.26.9.4.3.1.11" + - + + Address "192.0.2.2" Version 2 Community "public" Collect "apc_current_load" "apc_current_low" "apc_current_near" "apc_current_overload" Interval 1800 + + Address "192.0.2.2" + Version 2 + Community "public" + Collect "apc_current_load" "apc_current_low" "apc_current_near" "apc_current_overload" "apc_outlet_current" "apc_outlet_watt" "apc_outlet_total_energy" + Interval 1800 + # ATS