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

[dev.icinga.com #5422] Patch for feature 4430 #1414

Closed
icinga-migration opened this issue Jan 8, 2014 · 2 comments
Closed

[dev.icinga.com #5422] Patch for feature 4430 #1414

icinga-migration opened this issue Jan 8, 2014 · 2 comments

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/5422

Created by philmatu on 2014-01-08 21:25:30 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2014-03-03 21:35:41 +00:00)
Target Version: 1.11
Last Update: 2014-03-03 21:35:41 +00:00 (in Redmine)


Attached is the patch for feature at https://dev.icinga.org/issues/4430.

Hopefully, this is the acceptable method for submitting a patch that will get noticed. If not, please let me know.

Attachments

Changesets

2014-03-03 20:47:51 +00:00 by philmatu 62c72ea

External command to {en.dis}able freshness checks for hosts/services.

This patch enables commands to control freshness checking at both the
host and service level. Sometimes, it is necessary to implement
delayed notifications. In our case, passive notifications are being
sent from vehicles that leave the range of our wireless network coverage
area. When the vehicle leaves, we get a notification that the vehicle is
no longer reachable, but it should return within X hours. We wanted to
implement a delayed failure on only specific vehicles. By using freshness
checking, we wait for a passive check to come in saying the vehicle is gone,
then we enable a freshness check on that specific vehicle service and
change the current state to warning. If the vehicle is gone for more than
X hours, the freshness check will run automatically and change the state
to Critical. Hence, a delayed notification is now available. Furthermore,
this is useful with SNMP traps, where the trap may be sent several times,
but we want the first to be a warning, and the second trap to be a failure.

Refs #5422
Refs #4430

Signed-off-by: Michael Friedrich <Michael.Friedrich@netways.de>

2014-03-03 21:32:38 +00:00 by (unknown) 150e3db

Update Changelog/AUTHORS.

Refs #5422
Refs #4430

2014-03-03 21:33:23 +00:00 by (unknown) 90423a4

Merge branch 'feature/ext-cmd-freshness-5422' into next

Fixes #5422
Fixes #4430

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-03-03 21:30:20 +00:00

  • Category set to Commands
  • Status changed from New to Assigned
  • Assigned to set to mfriedrich
  • Target Version set to 1.11

The patch is not the cleanest, but it works (and the guis do not use those commands). So I'll add it as experimental feature for 1.11 even after feature freeze.

@icinga-migration
Copy link
Author

Updated by Anonymous on 2014-03-03 21:35:41 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 90 to 100

Applied in changeset 90423a4.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant