Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(acceptance) use macro id instead of name in clapi export #6222 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclau authored Jul 18, 2018
1 parent 4765f88 commit be5eed6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/clapi_export/clapi-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ CMD;setparam;base_centreon_ping;enable_shell;0
CMD;setparam;base_centreon_ping;command_activate;1
CMD;setparam;base_centreon_ping;command_locked;0
RESOURCECFG;ADD;$USER1$;/usr/lib/nagios/plugins;Central;Nagios Plugins Path
RESOURCECFG;setparam;$USER1$;activate;1
RESOURCECFG;setparam;1;activate;1
RESOURCECFG;ADD;$CENTREONPLUGINS$;/usr/lib/centreon/plugins;Central;Centreon Plugins Path
RESOURCECFG;setparam;$CENTREONPLUGINS$;activate;1
RESOURCECFG;setparam;2;activate;1
CENTBROKERCFG;ADD;central-broker-master;Central
CENTBROKERCFG;SETPARAM;central-broker-master;filename;central-broker.xml
CENTBROKERCFG;SETPARAM;central-broker-master;cache_directory;/var/lib/centreon-broker
Expand Down Expand Up @@ -5442,4 +5442,3 @@ ACLGROUP;SETACTION;ALL;Simple User;
ACLGROUP;SETRESOURCE;ALL;All Resources;
ACLGROUP;SETCONTACT;ALL;test_contact;
ACLGROUP;SETCONTACTGROUP;ALL;Guest|test_contact-group;

0 comments on commit be5eed6

Please sign in to comment.