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

Commit

Permalink
fix(api): Unable to set host notification to None through the API (#8077
Browse files Browse the repository at this point in the history
)
  • Loading branch information
smutel authored and loiclau committed Nov 8, 2019
1 parent 4b51ee0 commit 15fd17d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/class/centreon-clapi/centreonHost.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ class CentreonHost extends CentreonObject
'u' => 'Unreachable',
'r' => 'Recovery',
'f' => 'Flapping',
's' => 'Downtime Scheduled'
's' => 'Downtime Scheduled',
'n' => 'None'
);

protected $templateIds;
Expand Down

0 comments on commit 15fd17d

Please sign in to comment.