Value cannot be null. Parameter name: value
I'm getting this error in the Device Tracker Access Point Details page. Can someone throw me a bone and tell me where to start troubleshooting this? It does this for every AP. Thanks!
View ArticleCisco IOS upload, erease and reboot
Hi all,I'm trying to create a script for Solar Wind to install ios , erease old ios in flash and a script to reboot. does any one know how to create the script for it. I don't know anything about...
View ArticleRe: How-to / Guidance on running MFT server on AWS?
Thanks for the insight. i will try this out.
View ArticleRe: Review of SolarWinds LEM
Hi tezt - Everyone who post on or before September 25th has received their gift cards. I see that you posted on September 30th so your gift card will be in the next send, which I will do right now....
View ArticleRe: Reverse DNS tool not working?
Who is your DNS hosting provider, and what domain(s) are you testing?
View ArticleRe: Node Details blank when adding node Via Perl SDK
I'm now very confused, as after changing a couple things trying to sort out the issue I'm now not able to add nodes at all, getting the following error: 2014-10-17 16:57:44,442 [67] ERROR...
View ArticleRe: Polling Engine Monitoring
Did you happen perchance to look at the SQL database? Maybe open SSMS and open up Activity Monitor to is if there are any queries causing issues or any jobs on the SQL db.
View ArticleRe: Location of script arguments in APM database?
It would be in the APM_ComponentTemplateSetting table. Depending on the componentID you can find all if them with: Select * from APM_ComponentTemplateSetting where [Key} = 'ScriptArguments'
View ArticleRe: audible alerts
Just messed with this myself this week. Running 10.5 so far. Here is what I learned. The alarm only goes of once for each "down" event, if the time stamp is the same as it was or no new object went...
View ArticleRe: Node Details blank when adding node Via Perl SDK
Could you post the code that produces that error?
View ArticleRe: audible alerts
this is what i did to send audible alerts in the NOC room. Sounds on Down Alerts Its a simple PC that has large speakers on it, then i just installed a trap monitor and sent a trap from the alert to...
View ArticleRe: Polling Engine Monitoring
This is what i have as my alert if the polling engine isn't syncing, works perfectly.
View ArticleRe: Node Details blank when adding node Via Perl SDK
my $swis = SW::InformationService->new();$swis->outputxml("true");$swis->proxy($endpoint);$swis->proxy->ssl_opts( verify_hostname => 0 ); my $resp = $swis->Create(...
View ArticleMonitoring scheduled tasks as non-admin user
I am for the most part successfully running SAM against my computers with non-admin rights. I would like to have SAM monitor the scheduled tasks but when a non-admin account is used to query the...
View ArticleRe: Updated IIS template?
AppInsight for IIS is part of the SAM 6.2 beta and includes native IIS Site and Application Pool monitoring, as well as a slew of other amazing features.
View ArticleRe: Node Details blank when adding node Via Perl SDK
Hi again david.gates,That error, "An item with the same key has already been added" is occured because set "Description" field. You can't set this field by create method. It's a default field. And I...
View ArticleRe: Display of Nodes DOWN only
Hello, you have more options here.If you have set the dependencies and the parent goes down, the children will go to unreachable state, so you can filter only to down status:1. Use the filtering...
View ArticleRe: Node Details blank when adding node Via Perl SDK
Actually, in Perl, the $1 variable refers to the first captured matchinside of the most recent regex: This...$resp =~ /NodeID=(\d+)\</; Says to run a regex on what is in the response from adding a...
View ArticleNCM changes less than desirable
I want the old NCM back please!!! Not sure how thoroughly this was tested but its completely useless to me now. The integration of NPM with NCM is less than desirable. The ability to be able to...
View Article