The most recent content from our members.
One of our devs would love to have nice historical data reside in SAM about the number of active users on a Solaris box. He's going to add the script to a nightly cron job, which in turn outputs it to a file on said box. Is there a method for having SAM pull data out of that result file and populate the Solarwinds DB?…
I am attempting to get scripts to run on a solaris box (SunOS 5.10 sun4v). Its a simple script that returns the uptime of the system. ------------------------------------------ #!/bin/ksh utime=`uptime` days=`uptime | awk '{print $3}'` echo "Message: $utime" echo "Statistic: $days" exit 0…
It looks like you're new here. Sign in or register to get started.