angoca / monitor-db2-with-nagios

Set of plugins / scripts to monitor DB2 from Nagios.
Apache License 2.0
20 stars 8 forks source link

Monitor quantity of invalid packages #55

Open angoca opened 7 years ago

angoca commented 7 years ago

An invalid package could cause problem:

db2 "select varchar(pkgname,18) as pkg_name , valid from syscat.packages where pkgname like 'SYS%' and pkgschema='NULLID' order by pkg_name "