Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Fix DEL_ALL_SVC_COMMENTS doesn't work.
Browse files Browse the repository at this point in the history
fixes #4900
refs #2636
  • Loading branch information
Michael Friedrich committed Oct 19, 2013
1 parent 7aea1d5 commit 09ab47c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/modules/Api/config/commands/service.xml
Expand Up @@ -123,9 +123,10 @@
<ic:isSimple>true</ic:isSimple>
<ic:type>host</ic:type>
<ic:iconCls>icinga-icon-bricks</ic:iconCls>
<ic:label>Remove all host comments</ic:label>
<ic:label>Remove all service comments</ic:label>
<ic:parameters>
<ic:parameter ref="COMMAND_HOST" />
<ic:parameter ref="COMMAND_SERVICE" />
</ic:parameters>
</ic:command>
<ic:command name="DISABLE_SVC_CHECK">
Expand Down

0 comments on commit 09ab47c

Please sign in to comment.