Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Notable events (error renamed)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Jan 5, 2017
1 parent 7858ad1 commit 7b1a499
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
3 changes: 1 addition & 2 deletions default/data/ui/views/Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -972,11 +972,10 @@
<option name="refresh.display">none</option>
</single>
<single>
<search ref="Number of Errors in Data Processing or Data Collect since last 24 Hours">
<search ref="Number of notable events in Data Processing or Data Collect since last 24 Hours">
<refresh>60s</refresh>
<refreshType>delay</refreshType>
</search>
<option name="unit">Errors Reported</option>
<option name="underLabel">PROCESSING/COLLECT LAST 24 HOURS</option>
<option name="field">value</option>
<option name="drilldown">all</option>
Expand Down
3 changes: 1 addition & 2 deletions default/data/ui/views/Home_AIX.xml
Original file line number Diff line number Diff line change
Expand Up @@ -872,11 +872,10 @@
<option name="refresh.display">none</option>
</single>
<single>
<search ref="Number of Errors in Data Processing or Data Collect since last 24 Hours">
<search ref="Number of notable events in Data Processing or Data Collect since last 24 Hours">
<refresh>60s</refresh>
<refreshType>delay</refreshType>
</search>
<option name="unit">Errors Reported</option>
<option name="underLabel">PROCESSING/COLLECT LAST 24 HOURS</option>
<option name="field">value</option>
<option name="drilldown">all</option>
Expand Down
3 changes: 1 addition & 2 deletions default/data/ui/views/Home_LINUX.xml
Original file line number Diff line number Diff line change
Expand Up @@ -870,11 +870,10 @@
<option name="refresh.display">none</option>
</single>
<single>
<search ref="Number of Errors in Data Processing or Data Collect since last 24 Hours">
<search ref="Number of notable events in Data Processing or Data Collect since last 24 Hours">
<refresh>60s</refresh>
<refreshType>delay</refreshType>
</search>
<option name="unit">Errors Reported</option>
<option name="underLabel">PROCESSING/COLLECT LAST 24 HOURS</option>
<option name="field">value</option>
<option name="drilldown">all</option>
Expand Down
3 changes: 1 addition & 2 deletions default/data/ui/views/Home_SOLARIS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -870,11 +870,10 @@
<option name="refresh.display">none</option>
</single>
<single>
<search ref="Number of Errors in Data Processing or Data Collect since last 24 Hours">
<search ref="Number of notable events in Data Processing or Data Collect since last 24 Hours">
<refresh>60s</refresh>
<refreshType>delay</refreshType>
</search>
<option name="unit">Errors Reported</option>
<option name="underLabel">PROCESSING/COLLECT LAST 24 HOURS</option>
<option name="field">value</option>
<option name="drilldown">all</option>
Expand Down
14 changes: 8 additions & 6 deletions default/savedsearches.conf
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,10 @@ search = | tstats sum("DISKXFER.value") AS value from datamodel=NMON_Data_DISKXF
| outputlookup nmon_baseline_DISKXFER

####################################################################
# NMON Processing Errors: Number of errors reported in last 24 hours
# Number of notable events in data processing and collect
####################################################################

[Number of Errors in Data Processing or Data Collect since last 24 Hours]
[Number of notable events in Data Processing or Data Collect since last 24 Hours]
action.email.reportServerEnabled = 0
action.email.useNSSubject = 1
alert.digest_mode = True
Expand All @@ -436,12 +436,14 @@ display.statistics.rowNumbers = 1
display.visualizations.chartHeight = 420
display.visualizations.charting.chart.style = minimal
display.visualizations.show = 0
display.visualizations.singlevalue.rangeColors = ["0x555","0xf58f39"]
display.visualizations.singlevalue.rangeValues = [0]
display.visualizations.singlevalue.unit = notable events reported
display.visualizations.singlevalue.useColors = 1
display.visualizations.type = singlevalue
request.ui_dispatch_app = nmon
request.ui_dispatch_view = search
search = (eventtype=nmon:processing OR eventtype=nmon:collect error) OR (index=_internal sourcetype=splunkd ERROR ExecProcessor nmon) NOT ("There is no python in" OR "python: not found") | stats count As trend1\
| appendcols\
[ search (eventtype=nmon:processing OR eventtype=nmon:collect error) OR (index=_internal sourcetype=splunkd ERROR ExecProcessor nmon) NOT ("There is no python in" OR "python: not found") earliest="-1d@d" latest="@d" | stats count As trend2 ]\
| transpose | fields row* | rename "row 1" As value
search = (eventtype=nmon:processing OR eventtype=nmon:collect error) OR (index=_internal sourcetype=splunkd ERROR ExecProcessor nmon) NOT ("There is no python in" OR "python: not found") | stats count

#############################################################
# NMON Processing Errors
Expand Down

0 comments on commit 7b1a499

Please sign in to comment.