diff options
author | Reik Keutterling <r.keutterling@telekom.de> | 2013-05-31 23:09:01 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-06-03 19:16:58 +0200 |
commit | af9ed8fb7be60341802ed3eb074cb7186d3e8611 (patch) | |
tree | 921fb6611d3e9e4a2b240ea31d077b6ff52891a5 | |
parent | 7ce50aaed0f749016beb2f8380e2c8d6485362bc (diff) |
Ignore serviceescalation field in the icinga status.dat
-rw-r--r-- | Changelog | 1 | ||||
-rwxr-xr-x | bin/icli | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ git HEAD * Fix --filter N and --filter !N + * Ignore 'serviceescalation' field in the icinga status file icli 0.44 - Sat Mar 16 2013 @@ -369,7 +369,7 @@ sub read_objects_line { [ qw[ timeperiod command contactgroup contact host service - servicedependency module + servicedependency serviceescalation module ] ] ) |