Rem This script lists all the notification rules with filtering specific to Rem 'Generic Log File Monitoring' feature select rule_name as "notification rule name" from mgmt_notify_rule_configs n where n.metric_name = 'LogFileMonitoring' and n.key_value != '%' and n.target_type = 'host';