Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 2061
blob07f6f46425174ef913311ebccdfffe662e93d22e
1 Title: DB2 monitoring: Additional checks for AIX (and presumably linux)
2 Level: 2
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i1
6 Date: 1426782741
7 Class: feature
9 This werk introduces the new agent plugin mk_db2.aix which can be
10 installed on aix systems in the agents plugins directories.
12 It is very likely that it runs on linux systems as well.
14 It is able to run queries over multiple DB2 instances.
15 The plugin output is processed by the following new checks
17 <table>
18 <tr><th>Check</th><th>Description</th><th>Limits configurable</th></tr>
19 <tr><td>db2_backup</td><td>Time since last database backup</td><td>X</td></tr>
20 <tr><td>db2_bp_hitratios</td><td>Bufferpool Hitratios</td><td></td></tr>
21 <tr><td>db2_connections</td><td>Number of database connections</td><td>X</td></tr>
22 <tr><td>db2_counters</td><td>Deadlocks and Lockwaits per Second</td><td>X</td></tr>
23 <tr><td>db2_logsize</td><td>Size and growth of database logfile</td><td>X</td></tr>
24 <tr><td>db2_tablespaces</td><td>Size and growth of tablespaces</td><td>X</td></tr>
25 <tr><td>db2_sort_overflow</td><td>Percentual sort overflow</td><td>X</td></tr>
26 <tr><td>db2_version</td><td>Displays DB2 version</td><td></td></tr>
27 </table>