Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #64 from guilhemmarchand/version_115
Browse files Browse the repository at this point in the history
Version 1.1.5
  • Loading branch information
guilhemmarchand committed Jan 2, 2020
2 parents 240f6b9 + a3ea6e2 commit 620b852
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Release notes
#############

Version 1.1.4
Version 1.1.5
=============

- fix: Previously added data sources or hosts can under some conditions appear with no state icon if status remained red and added in the collections before collecting last data ingestion statistics

Version 1.1.4 (unpublished)
===========================

- fix: Previously added data sources or hosts can under some conditions appear with no state icon if status remained red and added in the collections before collecting last data ingestion statistics

Version 1.1.3
=============

Expand Down
2 changes: 1 addition & 1 deletion trackme/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ label = TrackMe
[launcher]
author = Guilhem Marchand
description = Easy data tracking system for Splunk admins
version = 1.1.4
version = 1.1.5
4 changes: 2 additions & 2 deletions trackme/default/macros.conf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ iseval = 0
# Evaluate the icon fields rendering
[trackme_eval_icons]
definition = fillnull value="NA" "data_last_time_seen (translated)", data_last_lag_seen, data_max_lag_allowed, data_last_ingestion_lag_seen\
eval state = "icon|" + case(\
| eval state = "icon|" + case(\
data_source_state=="green" AND data_monitoring_level="sourcetype", "ico_good ico_small|icon-check|Up: data source status is green, latest data available is " . 'data_last_time_seen (translated)' . " (" . data_last_lag_seen . " seconds from now), which complies with a max lag in seconds of " . data_max_lag_allowed . ".",\
data_source_state=="green" AND data_monitoring_level="index", "ico_good ico_small|icon-check|Up: data source status is green, latest data available is " . 'data_last_time_seen (translated)' . " (" . data_last_lag_seen . " seconds from now), therefore data monitoring level is set at index level, which complies with a max lag in seconds of " . data_max_lag_allowed . " for that index.",\
data_source_state=="red", "ico_error ico_small|icon-close|Down: data source status is red, lagging monitoring conditions are not met, latest data available is " . 'data_last_time_seen (translated)' . " (" . data_last_lag_seen . " seconds from now) and ingestion latency is approximately " . data_last_ingestion_lag_seen . " seconds, max lag configured in seconds is " . data_max_lag_allowed . ".",\
Expand All @@ -98,7 +98,7 @@ iseval = 0

[trackme_eval_icons_host]
definition = fillnull value="NA" "data_last_time_seen (translated)", data_last_lag_seen, data_max_lag_allowed, data_last_ingestion_lag_seen\
eval state = "icon|" + case(\
| eval state = "icon|" + case(\
data_host_state=="green", "ico_good ico_small|icon-check|Up: data host status is green, latest data available is " . 'data_last_time_seen (translated)' . " (" . data_last_lag_seen . " seconds from now), which complies with a max lag in seconds of " . data_max_lag_allowed . ".",\
data_host_state=="red" AND isnull(object_group_name), "ico_error ico_small|icon-close|Down: data host status is red, lagging monitoring conditions are not met, latest data available is " . 'data_last_time_seen (translated)' . " (" . data_last_lag_seen . " seconds from now) and ingestion latency is approximately " . data_last_ingestion_lag_seen . " seconds, max lag configured in seconds is " . data_max_lag_allowed . ".",\
data_host_state=="red" AND isnotnull(object_group_name), "ico_error ico_small|icon-close|Down: data host does not honour lagging or week days monitoring conditions, in addition it is a member of a logical group named: " . object_group_name . " which is not honouring monitoring rules , the group green status percentage is " . object_group_green_percent . " % which does not comply with a minimal " . object_group_min_green_percent . " % green members configured for that group." . "(members: " . object_group_members_count . "/ red status members count: " . object_group_members_red . ", latest data available for the group: " . object_group_last_lag_seen . " seconds from now)",\
Expand Down
Binary file renamed trackme_114.tgz → trackme_115.tgz
Binary file not shown.

0 comments on commit 620b852

Please sign in to comment.