OP#436 update Readme

This commit is contained in:
2026-03-02 15:30:44 +01:00
parent 6228d9af8e
commit 1078aa3d1b
2 changed files with 21 additions and 4 deletions

View File

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