The most recent content from our members.
Hello, SolarWinds is not really linux friendly and unfortunately we have to monitor Linux box We monitor a specific Linux server and want to restart some daemon based on alert criteria. Has onyone be able already to restart Linux daemon on Linux server monitored with agent ? Typically a simple systemctl restart command…
Help me with a template or an idea how to create a template to monitor some application process running on linux instance. Just to monitor the Operational State.
Hello All, I need a way to query all of the Linux servers on our network and find out which ones are running the SSSD service. Any idea how I can use SolarWinds to accomplish this?
Hello all, I am looking to monitor some application specific services on some REHL7 servers and I know absolutely nothing about Linux, or scripting for that matter. I'm the sole SolarWinds admin for my organization, so I don't have anyone to lean on for this kind of thing. I've tried to do some research on here and google,…
I am trying to monitor so that if a service goes down that I can get an alert. The most effective way I have found is to do the following script #!/bin/bash if ps -ef | grep speechbridged | grep -v grep; then echo "Statistic 0" else echo "Statistic 1" fi I would like solarwinds to see that statistic 0 is up and statistic 1…
It looks like you're new here. Sign in or register to get started.