The most recent content from our members.
Running locally with correct output: Running through Solarwinds and getting incorrect output: Please check and provide a resolution.
I am heading up a project to move from up.time monitoring over to Solarwinds. The last thing I have before project completion is to write three different linux bash scripts. They're very simple, but when I copy them over in to the Linux/Unix Script Monitor, they all return the same thing: Can't identify dynamic column…
I’m having issues getting a custom Linux script to report correctly as an application monitor. This is the script in question. I’ve got others working fine. #!/bin/bash stat=`grep current /var/www/lab-temps.html |awk '{print $4}'|sort -r|head -1|sed -e s/"\."/" "/g|awk '{print $1}'`; echo "Statistic: $stat" date >>…
We're using Solar Winds to pull various information out of exim logs using bash scripts that tells us the most common addresses of accounts sending out e-mails. The data that we're getting back is good, but we've run into a major problem. We sometimes rely on the bash command history of the root user (the above scripts run…
It looks like you're new here. Sign in or register to get started.