The most recent content from our members.
ANYTHING i put into a Linux script SAM component gives me the error "Can't identify dynamic column definitions from script output". Below is a very simple script to test port availability against an IP. Does anyone know what i did wrong? Im starting with a simple script to try to bypass this error message. This script…
Good Day All. Just handed a new monitoring requirement, as follows: Linux server runs a regular process to drop a text file onto a certain folder ("drop folder"), similar to below: PROCESS1 VALUE1 OTHERVALUE1 PROCESS2 VALUE2 OTHERVALUE2 PROCESS3 VALUE3 OTHERVALUE3 ... The customer wants to ingest this file into Solarwinds,…
Hello Does anyone know if the SAM client agent is available and supported with RHEL 7/8/9.x or SLES on IBM Power Systems (ppc64le)? We know it's available and supported with RHEL and SLES on x86. I also know it's available for IBM AIX. Please check and advise if the SAM client agent available and supported with RHEL…
I have a powershell script that works for this in Windows but I have limited perl experience; Has anyone created this for SAM?
trying to implement a script that will produce the resident memory of a PID if provided the port the PID runs on. I am able to produce a script that will provide the resident memory if provided the PID, but if the PID changes i.e a reboot the script no longer works. The script to produce the resident memory from the PID is…
I am in search of a script to produce the resident memory of a process. I have the process ID I can run a top - p on the needed node but I get the header information and everything else. I just want the out data statistic so that I can take that output only. I would just the single resident memory number. See a couple of…
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.
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…
Hi All Has anyone had any experience of monitoring multiple PGP certs on a LINUX server using SAM? I have to do this and I have had a browse through Thwack, but couldn't find anything. Chatting with our linux guys to come up with a script for getting the information. Just wondered if anyoen could shed any light on this if…
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 >>…
It looks like you're new here. Sign in or register to get started.