Comments
-
That was how I got into all of this. We bought solarwinds 2 months ago. We got all our nodes in and setup default monitoring yadda yadda yadda and I noticed some of these things. I created an application group for one of our apps and noticed the whole root cause analysis and how I could stuff that right in the alert email.…
-
Thank you aLTeReGo, I went ahead and made that change to convert the value and this solved my issue. I do still wonder though how to remove the orphans from the database as repairing the Engine and Collector did not resolve it. I guess for now it will work. Thanks again!
-
Thank you again HolyGuacamole you've solved my riddle for the day. I'm only just beginning in Solarwinds here but I love that I can create custom monitors using just about anything to monitor specific connection points in my applications. This will make troubleshooting a heck of a lot easier when something goes down…
-
Any thoughts? I was able to get the OK to add more CPU and memory to the Orion server, however, it hasn't fixed the warnings. I'm now at 4 CPU's and 8GB RAM. The server runs really well now and we have it needed the increase regardless. It's now utilizing around 4.5GB of 8GB available and CPU averages around 14%.
-
We are running NPM 11.0.1 with 284 Nodes monitored. SAM 6.1.1 with 554 total components. The Orion Server has 2 CPU's (Intel Westmere generation) running at 2.2GHz and 4GB memory configured. It is virtual. I noticed a big difference in performance in the interface, network atlas and UnDP after moving the DB back end to our…
-
Will do! Still learning things around here! thank you again!
-
I can get the php script to run by running php5 /home/user/dbcon.php and it gives me my output (1 or 0) And I can get solarwinds to execute it by putting the commands in the command line filed in a Linux Script Monitor template. but the script body in the application template is empty, therefore there are no outputs,…
-
I'm running NPM 11.0.1 and SAM 6.1.1
-
YES HolyGuacamole! it did. I meant to get on here last night to thank you but kept getting side tracked. It works exactly as it should! I really appreciate it! Thank you.
-
So I've let the latest template run for just over 24 hours now and I'm still getting warnings. I even v-motioned my database storage over to our faster SAN. Not getting warnings on the JobEnginev2 anymore as that threshold is way up there in the latest template. However, Job Engine v2: Worker Processes and Job Engine v2:…
-
Thank you. I had tried a few nagios script templates and didn't have much success. I didn't get to test this one as I tried HolyGuacamole's template and that had worked right away. Thank you for your help.
-
The template included with Solarwinds only accounts for 1 SSL certificate per node, I have in some cases several on one server, so that didn't cut it for me. As for my issue, the converting only went wrong when the dates were passed from the openssl parts parsing to get the date. I really don't have a solid answer as to…
-
It doesn't look like I was using the latest and greatest, just what was bundled with SAM 6.1.1. I've updated the template I'll report back what I find after this runs for a day or do. Thank you aLTeReGo
-
So basically the end result was there was no issue. I went over my network engineers head and grabbed our linux admin to reconfigure the device for snmp and this fixed the issue.
-
hrmmm. Although that would get me the information I'm looking for, I would become dependent on apache running and responding for that string of information. That and I don't think there is anyway they would let me drop any sort of code onto the webserver. I'd need to go through a change control board to get it approved to…
-
I've encountered this recently as well. I was creating a map of our email/exchange infrastructure and I noticed that my Exchange servers were showing with a "red" status indicator. I momentarily freaked out, checked my nodes details page and noticed nothing was wrong. I dug around a little and noticed the same thing, my…
-
So I get it, encryptedPDU: privkey unknown is Wireshark telling me it can't decrypt the packet.. makes sense. Should have thought of that. With that said, i configured snmp auth/priv creds into Wireshark and now I can read the packets . First it snags Object Name: 1.3.6.1.6.3.15.1.1.4.0 and that returns a value of 25,…