Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #5908] add host perfdata for Graphite / PerfdataWriter #1395

Closed
icinga-migration opened this issue Apr 1, 2014 · 4 comments
Labels
area/configuration DSL, parser, compiler, error handling blocker Blocks a release or needs immediate attention enhancement New feature or request
Milestone

Comments

@icinga-migration
Copy link

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

Created by mfriedrich on 2014-04-01 15:12:33 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2014-04-02 12:15:37 +00:00)
Target Version: 0.0.10
Last Update: 2014-04-02 12:15:37 +00:00 (in Redmine)


using the hidden host check service (#5907)

Changesets

2014-04-01 21:05:35 +00:00 by (unknown) a1c2a0f

Graphite/PerfdataWriter: Add host perfdata. (WIP)

Refs #5908

2014-04-02 12:13:24 +00:00 by (unknown) 3fe169c

Graphite/PerfdataWriter: Add host perfdata.

Fixes #5908

2014-04-02 12:16:47 +00:00 by (unknown) 9344399

Remove TODO comment.

Refs #5908

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-04-01 17:38:46 +00:00

Problem with GraphiteWriter: How to deal with the prefix?

  • host: icinga.
  • service: icinga..

Does that work?

Furthermore we need to send the metrics duplicated, we cannot hide the service itself.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-04-01 18:03:35 +00:00

  • Status changed from New to Assigned
  • Assigned to set to mfriedrich

Additional host perfdata looks like:

DATATYPE::SERVICEPERFDATA       TIMET::1396375322       HOSTNAME::localhost     SERVICEDESC::ping6      SERVICEPERFDATA::pl=0%;5;15;0 rta=4.0000000000000003e-05s;0.1;0.2;0     SERVICECHECKCOMMAND::ping6
      HOSTSTATE::UP   HOSTSTATETYPE::HARD     SERVICESTATE::OK        SERVICESTATETYPE::SOFT
DATATYPE::SERVICEPERFDATA       TIMET::1396375323       HOSTNAME::localhost     SERVICEDESC::ping4      SERVICEPERFDATA::pl=0%;5;15;0 rta=3.8999999999999999e-05s;0.1;0.2;0     SERVICECHECKCOMMAND::ping4
      HOSTSTATE::UP   HOSTSTATETYPE::HARD     SERVICESTATE::OK        SERVICESTATETYPE::HARD
DATATYPE::HOSTPERFDATA  TIMET::1396375323       HOSTNAME::localhost     HOSTPERFDATA::pl=0%;5;15;0 rta=3.8999999999999999e-05s;0.1;0.2;0        HOSTCHECKCOMMAND::ping4 HOSTSTATE::UP   HOSTSTATETYPE::HARD
DATATYPE::SERVICEPERFDATA       TIMET::1396375339       HOSTNAME::localhost     SERVICEDESC::disk       SERVICEPERFDATA::/=15902703616B;21031288832;23660068864;0;26289897472 /backup=1090519040B;23513268224;26452426752;0;29391585280 /boot=66060288B;88080384;98566144;0;110100480 /data=25767706624B;39259734016;44167069696;0;49075453952 /dev=0B;8388608;9437184;0;10485760 /home=27731689472B;42167435264;47438626816;0;52709818368 /run=1048576B;665845760;748683264;0;832569344 /run/lock=0B;4194304;4194304;0;5242880 /run/shm=1048576B;1332740096;1499463680;0;1666187264 /sys/fs/cgroup=0B;0;0;0;0 /vms=78147223552B;84443922432;94998888448;0;105554903040 SERVICECHECKCOMMAND::disk       HOSTSTATE::UP   HOSTSTATETYPE::HARD     SERVICESTATE::OK        SERVICESTATETYPE::HARD

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-04-01 18:29:13 +00:00

  • rename temp_path to {host,service}_temp_path
  • rename perfdata_path to {host,service}_perfdata_path
  • rename format_template to {host,service}_format_template

@icinga-migration
Copy link
Author

Updated by Anonymous on 2014-04-02 12:15:37 +00:00

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

Applied in changeset 3fe169c.

@icinga-migration icinga-migration added blocker Blocks a release or needs immediate attention enhancement New feature or request area/configuration DSL, parser, compiler, error handling labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 0.0.10 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/configuration DSL, parser, compiler, error handling blocker Blocks a release or needs immediate attention enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant