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

[dev.icinga.com #4709] add check result source #1340

Closed
icinga-migration opened this issue Sep 16, 2013 · 4 comments
Closed

[dev.icinga.com #4709] add check result source #1340

icinga-migration opened this issue Sep 16, 2013 · 4 comments

Comments

@icinga-migration
Copy link

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

Created by mfriedrich on 2013-09-16 16:17:24 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2013-09-26 21:46:43 +00:00)
Target Version: 1.10
Last Update: 2013-09-26 21:46:43 +00:00 (in Redmine)


this should give an insight from which source the checkresult came into

core 1.x

  • checkresult spooldir reaper
  • extcmds
  • core itsself
  • something external (mod_gearman)

core 2.x

  • core itsself

  • compat (extcmd, checkresult spooldir reaper)

  • clustered instance

    host/service->check_source

  • status.dat: new field

  • classicui: parse it, and view it in extinfo.c as a new row

  • idoutils: add a new row to host/servicestatus table

  • icingaweb: add a new row in host/servicestatus grids (once idoutils is completed)

  • icinga2 extensions: write compat, ido, livestatus with current schema 1.10 (requirement!)

hints:

basically (for compatibility reasons) it will be nice to look at the nagios method, and borrow some ideas from over there.

Attachments

Changesets

2013-09-26 19:53:03 +00:00 by (unknown) 66557d4

core: add check result source

refs #4709

2013-09-26 20:33:19 +00:00 by (unknown) 44b8ee7

idoutils: add check_source support.

refs #4709

2013-09-26 20:39:10 +00:00 by (unknown) d619ab6

update Changelog for check source

refs #4709

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-09-26 20:36:18 +00:00

  • File added icinga_1.10_2_check_result_source_authority_4709.png

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-09-26 20:42:26 +00:00

mysql> select check_source from icinga_servicestatus where check_source like '%local%';
mysql> select check_source from icinga_servicestatus where check_source like '%i2 local%';

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-09-26 20:55:01 +00:00

  • Status changed from Assigned to Feedback
  • Done % changed from 0 to 100

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-09-26 21:46:43 +00:00

  • Status changed from Feedback to Resolved

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