All Apps and Add-ons

no data for cpu.sh *NIX app

rainhailrob
Path Finder

Running Splunk TA on SLES 11 SP1. I ran cpu.sh manually and did not receive any errors. I verified the script is enabled in inputs.conf. There is no data for sourcetype=cpu.

Shows stats per CPU (useful for SMP machines)

[script://./bin/cpu.sh]
sourcetype = cpu
source = cpu
interval = 300
index = os
disabled = 0

0 Karma
1 Solution

rainhailrob
Path Finder

I was logged in as root.

It looks like my problem was that the sysstat package wasn't installed, although I thought I had verified that the paackage was installed and ran the cpu.sh.

I was missing the sar application.

View solution in original post

rainhailrob
Path Finder

I was logged in as root.

It looks like my problem was that the sysstat package wasn't installed, although I thought I had verified that the paackage was installed and ran the cpu.sh.

I was missing the sar application.

araitz
Splunk Employee
Splunk Employee

Yes, if you can run it manually then it might be related to permissions. What happens if you run $SPLUNK_HOME/bin/splunk cmd $SPLUNK_HOME/etc/apps/unix/bin/cpu.sh? Also, do you see anything if you search for index=_internal sourcetype=splunkd execprocessor or just searching for 'error' OR 'cpu.sh' in the splunkd sourcetype?

rturk
Builder

What user are you running Splunk as? If you try running cpu.sh as that user does it work?

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...