OP#436 update Readme

This commit is contained in:
2026-03-02 15:14:49 +01:00
parent 5abb52ff06
commit ce5ce994fd

View File

@@ -55,15 +55,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 { 'generic-switch': confdroid_nagios::nagios::objects::templates { 'switch':
ng_template_object => 'host', ng_template_object => 'host',
ng_template_object_name => 'generic-switch', ng_template_object_name => 'switch',
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 { 'generic-printer': confdroid_nagios::nagios::objects::templates { 'printer':
ng_template_object => 'host', ng_template_object => 'host',
ng_template_object_name => 'generic-printer', ng_template_object_name => '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',
} }