Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / siemens_plc.flag
blob665906d7be5659ae2ec437ce50086a92d01499e3
1 title: Siemens PLC: Binary flag values
2 agents: siemens_plc
3 catalog: hw/server/siemens
4 license: GPL
5 distribution: check_mk
6 description:
7  The check monitors the state of binary flag values (single bits) reported by Siemens PLC (SPS) devices.
9  You need to use and configure the special agent {agent_siemens_plc} which is using the SNAP7
10  library to communicate with the Siemens PLC. When you are using OMD, everything is already
11  installed and configured. In manual setups, you will need to ensure that the snap7 library
12  and python module {snap7} are installed.
13  To make temperature values available for the check, you need to configure the memory addresses
14  and data types to read from the device as temperature values.
16  By default the check reports {OK} for bits set to 1 and {CRIT} for bits set to 0, but you
17  can configure the check to handle them vice versa.
19 inventory:
20  One check for each configured flag value is created automatically.