Project

General

Profile

Troubleshooting » History » Version 1

Luke Murphey, 08/23/2016 02:02 AM

1 1 Luke Murphey
h1. Troubleshooting
2 1 Luke Murphey
3 1 Luke Murphey
h2. See if any message exist indicating that script could not be executed
4 1 Luke Murphey
5 1 Luke Murphey
Perform a search on the internal index to see if Splunk is scheduling the script accordingly.
6 1 Luke Murphey
7 1 Luke Murphey
<pre>
8 1 Luke Murphey
index=_internal smartmon  ExecProcessor sourcetype=splunkd
9 1 Luke Murphey
</pre>
10 1 Luke Murphey
11 1 Luke Murphey
h2. See if any smartmon output exists for the given host
12 1 Luke Murphey
13 1 Luke Murphey
Perform a search for events matching the sourcetype "smartmon" and narrow down the results to see if any errors are posted for the host that is not providing disk health information.
14 1 Luke Murphey
15 1 Luke Murphey
<pre>
16 1 Luke Murphey
sourcetype=smartmon
17 1 Luke Murphey
</pre>