Monitoring Splunk

Capturing CPU and Memory from remote Linux machine

rajeshm
Explorer

Hi

We have installed splunk 4.3.3 free version.

Want to monitor CPU and Memory of Linux server.What setting tobe done in inputs.conf file to monitor CPU and Memory...?

Regards

Rajesh

Tags (1)
0 Karma

whitewool
Splunk Employee
Splunk Employee

If you use a Universal Forwarder you will have to install Python libraries as it is a small footprint distribution and does not include any of the libs.

0 Karma

MHibbin
Influencer

depends what you want to do with the forwarder really, for example if they want the lightest solution.. they could install a universal forwarder and then have a bash script for the input, removing the requirement for python (as far as i'm aware) as it will use the systems bash shell (i.e. that's why you can't use bash scripts on Windows. I have linked the docs as in my answer as there are a few sections on what can and can't be done with each forwarder. 🙂

0 Karma

MHibbin
Influencer
0 Karma

MHibbin
Influencer

The best thing to do would be to install a Splunk forwarder on the remote machine (i.e. Light or universal forwarder), and then have a scripted input set up that runs a simple bash script to generate output for free -mt and something like mpstat or top. Splunk have release an App and/or add-on which captures this information and a lot more here.

Alternatively if you absolutely can not install a forwarder, you can use bash scripts to run remote commands, this will then be set up as a scripted input on your indexer (not the best method though).

Hope this helps,

MHibbin

brettcave
Builder

I can second - the *nix app works great, although across a large number of hosts it generates quite a bit of data. We modified the scripts and intervals to reduce the amount of indexed data used by the nix app.

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...