GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / iptables
blob96dbc423a07a0686502c28be51bd85251bf3c127
1 title: Iptables modifications
2 agents: linux
3 catalog: os/misc
4 license: GPL
5 distribution: check_mk
6 description:
7  This check computes the differences between the current output of the
8  command iptables-save and a cached initial state persisted on the
9  monitoring server.
10  The check is OK if no changes can be detected and CRIT otherwise.
11  If the state is CRIT a diff of the cached and initial configurations
12  is shown in the long output. If a user wants to accept the diff a
13  service rediscovery can be performed.
15 inventory:
16  One check per system is created if the agent plugin mk_iptables was
17  deployed.