Module: check_mk
Branch: master
Commit: 516de739da79feb0d3d0f39869fc5ea9fa0526f4
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=516de739da79fe…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Mar 2 12:27:18 2015 +0100
#2083 Added Siemens PLC (SPS) monitoring
We added a special agent {agent_siemens_plc} which is using SNAP7 to fetch
data from a Siemens PLC (SPS) device. You can use it do read memory areas
from the agent, parse and interpret them, for example you can configure
to read and integer from memory location X and handle it as temperature
value in celsius.
For the moment we added a temperature check, others will follow.
---
.werks/2083 | 15 +++
ChangeLog | 1 +
agents/special/agent_siemens_plc | 162 +++++++++++++++++++++++++++++++
checkman/siemens_plc | 23 +++++
checks/agent_siemens_plc | 43 ++++++++
checks/siemens_plc | 67 +++++++++++++
web/plugins/wato/datasource_programs.py | 85 ++++++++++++++++
7 files changed, 396 insertions(+)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=516de739da…