Recommit for updates in build 137

This commit is contained in:
Jenkins Server
2026-03-02 15:25:56 +01:00
parent 8ad2ce86b3
commit 2ec2945360

View File

@@ -235,15 +235,15 @@ class confdroid_nagios::nagios::objects::template_rules (
ng_template_object_use => 'generic-host', ng_template_object_use => 'generic-host',
ng_notification_options => 'd,u,r', ng_notification_options => 'd,u,r',
} }
confdroid_nagios::nagios::objects::templates { 'switch': confdroid_nagios::nagios::objects::templates { 'unix-server':
ng_template_object => 'host', ng_template_object => 'host',
ng_template_object_name => 'switch', ng_template_object_name => 'unix-server',
ng_template_object_use => 'generic-host', ng_template_object_use => 'generic-host',
ng_notification_options => 'd,u,r', ng_notification_options => 'd,u,r',
} }
confdroid_nagios::nagios::objects::templates { 'printer': confdroid_nagios::nagios::objects::templates { 'generic-printer':
ng_template_object => 'host', ng_template_object => 'host',
ng_template_object_name => 'printer', ng_template_object_name => 'generic-printer',
ng_template_object_use => 'generic-host', ng_template_object_use => 'generic-host',
ng_notification_options => 'd,u,r', ng_notification_options => 'd,u,r',
} }