Comments
-
christopher.t.jones123 wrote: Have you turned on debug logging for the application monitor to see if the log will provide you more information as to why it isn't working? Success Center- Turn on Application debugging for SAM #CorrectAnswer #ProTip #mvp #Thanks, I'm going to use this myself now!
-
Agreed. @"cahunt", wouldn't you want to be using ESX credentials?
-
OK, that description is much more helpful! I don't have time right now to write a solution for you, but can provide some pointers: The snippet that KMSigma provided is exactly the place to start. (Get a script working locally on your server, and then we can help make it work remotely from Orion.) There are probably two…
-
s-bolyard wrote: Thanks everyone who responded. I really appreciate it. One thing I found out is that my test environment is not totally configured the same as prod. I couldn't get ${N=SwisEntity;M=CustomProperties.<CP Name>} to work, but I added Application in front of CustomProperties and bingo it started working. The…
-
Good to know! I don't recall reading about the issue in release notes, but found this post after encountering the error myself.
-
Yeah, I've run into some serious problems with our changes to the OOB alerts being lost during every upgrade. Going to need to find a way to bulk-duplicate the OOBs, disable them, and customize the dupes.
-
That is correct.
-
Yes, edit the node details and change its monitoring type to WMI (or SNMP if that is what you're using on each of the cluster nodes).
-
There truly is no better study material than hands on experience backed by the admin guide. I'm sure the virtual flash cards that were shared would also be helpful, but I have not yet seen them myself.
-
FOUR laptops?! Need to see this.
-
[Mashes refresh button on store and store blog post for 7 days straight.] [Looks for carpal tunnel treatment in list of store offerings.]
-
Oh? I've ordered a few times, and never got pens or stickers. And you should see my sticker collection.
-
The admin guide is your friend! Have you checked out https://support.solarwinds.com/SuccessCenter/s/scp-sam-exam-guide ?
-
Agreed. Admin guide + practice!
-
You should be able to pass this if you are familiar with the contents of the getting started guide and the administration guide.
-
I think it was 70% to pass.
-
Cross-posting here for visibility and votes: Now that the SAM team has added support for application polling with Win-RM, I have added an additional feature request for NPM node polling with Win-RM (to replace…
-
Missing link to the blog post?
-
I don't see any problems with your script. That leaves me with one or two theories about the script editor not actually running this [properly] against the remote machine specified in your test. It could be that the script editor is (for some reason) running the code locally and not finding a certificate thumbprint in the…
-
A few things for your script. sandipc wrote: $StorageDriver = Get-WmiObject Win32_PnPSignedDriver| select DeviceName, DriverVersion | Where {$_.DriverVersion -like"*6.600.21.8*"} ${IP} -Credential ${CREDENTIAL} write-host "Message.Source: $StorageDriver" Exit(0); The target IP address and credential are required parameters…
-
serena wrote: I'm curious, what would you do with the output of the script with the version number? just display the current value? Want to track it over time? Alert on it? In this type of example, we would display the current value and also be able to send the current/target version in an alert.
-
christopher.t.jones123 wrote: serena just for clarification. Does silencing the check silence for all servers or can you silence it on a by server basis? Good Q; I meant to ask the same thing, but forgot.
-
NaN means "not a number", or the output is not the type of output that Orion is expecting. One very unfortunately limitation of the script monitor feature is that it only accepts a number as output. You'll need to convert your data from DateTime. Also, I hope you've read the KB article that @Brian referenced above. Feature…
-
We use a company-specific suffix on our alert configurations. When using a prefix, sorting by alert name becomes much less helpful unless you are already filtering by object type, etc.
-
I've not yet dug into Ansible, but others on my team have just got it up and running. I'll have them let me know if/when they find or make something that fits your description.
-
If your top navigation menus disappear after an update, you can typically fix the problem by re-adding a fully qualified hostname to the site bindings in IIS. See: https://thwack.solarwinds.com/people/Darkchaser/status/36622#comment-256270 I know there IS an article about this somewhere, but for some reason cannot find it…
-
I'm curious why the alert configuration's "Reset Actions" options aren't working for you?
-
+1!!! Have you submitted this as a feature request?
-
So in summary, .NET 3.5 is required for the WinPcap installer?
-
You could create alert actions that run an external program, such as powershell.exe, then use PowerShell's Invoke-WebRequest cmdlet to POST the data. The same concept would work with curl.