GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / jar_signature
blob3e1a9271f404e16effba1143b15089259689b686
1 title: Signatures of JAR files
2 agents: linux
3 catalog: app/java
4 license: GPL
5 distribution: check_mk
6 description:
7  Checks signature of JAR files for expiring certificates.
9  Returns {WARN} if the certificate will expire within the next 60 days.
11  Returns {CRIT} if the certificate will expire within the next 30 days or
12  already is expired.
14  Make sure You have the {jar_signature} agent plugin installed and configured
15  on the monitored machines. (It uses the program "jarsigner" there
16  to read ssl certificate information of jar files.)
18 item:
19  The filename of the JAR file.
21 inventory:
22  Creates one Check for every JAR file found in the agent's output.