does someone monitor db2 already? Found a lot of checks, but most a very old and for versions below v11. So, do someone have some hints for me, which checks are good for more recent versions?
I’am looking for checks like hadr status, loglags, errors etc.
for our DB2 admins it was enough to test if the connection is ok. DB2 is running on a zSystem. So with asking the API of IBM RMF we get also the information if the jobs (inkl. DB2 and other system programs) are ok or not (get ressources for scheduling the jobs). For every other metrics and error message they are using their own tools. Respectively. the zSystem monitors itself.
So it’s depending where you installed your DB2 and which tools your DB2 admins are using.
If the informations you are looking for are stored in a database table, you could do a select with a simple perl/python/… script.