Comments
-
try [procedural] having the member performing maintenance unmanage the object prior to work, then re-managing after.
-
ayup, the end user experience returns value for one cell only. one workaround is to end your query with FOR XML PATH() see THIS post where this example is given: DATE / MSG of Trap(s) in last 5 minutes: ------------------------------------------------------ ${SQL:select CAST(t.DateTime as DateTime2(0)) as DateTime, ' ---…
-
some Cisco ones I've created and link on that page to instructions on how to create your own. let me know if you have any more questions.
-
yes, I've been running successfully (supported as well) for over a year.
-
I did not see these getting integrated into new betas so I wrote syslog and trap alerts in NPM tied to npm node to get alerts through main engine...see content here
-
That is an awesome post. Thanks much!! great name too.
-
it has to be tied to some Orion object which is rooted at a node because the app has to determine/specify which table to query against for the alert query. I get that [it seems] you want to query a custom table not tied to an Orion object. I'd need more info/examples to help more specifically but you do a custom SQL…
-
NPM does not do this currently, but NCM does :) if this is a one time thing, eval NCM, then just output the info from the DB. I've written SQL code to pull IPs/Subnets from NCM to NPM (interfaces table) into custom properties - see this thread: good luck
-
I'm fairly linux/unix ignant myself but I have dealt with ILOM stuff before and I remember having to load (or something) the MIB files in the ILOM environment. another way to test is get a quick snmp tool to see if it responds to OID (getif or something). this will tell you if the server/device responds to OID request or…
-
Please post ticket number and results when you get them. Thx.
-
please post results when done. I have this issue as well.
-
I have this issue as well and (with no real basis) suspect GPO pushes in our environment. it is very frustrating, I agree. Glad you posted this...I think I'll ask our systems team about it.
-
see these threads for some info/links Here is SDK forum: Orion SDK they are moving info to github (top link in SDK forum will direct you) documentation for SWQL for alerts? Orion SWQL, Thwack! Now I got it
-
I had a problem with job scheduling in an environment where the windows domain accounts were very restricted. I had to ensure the user was allowed to "run as batch" or something along those lines. run "secpol.msc" -> under Local Policies -> security options -- If I remember correctly and look through.
-
not possible unless using WPM. to accomplish this, create a node that is "external". it won't ping or poll the node; then assign the template to that, thus giving you the target of the template.
-
Had to go into scheduler and edit general properties to "run whether user is logged in or not"
-
While trying to find flows for a given subnet, search by endpoint and put the subnet in. It returned every IP in the subnet range, whether it had data flows or not. I'd love to see this return only IPs with data for the given period. Chris mentioned a workaround on this post in the interim...Thanks Chris
-
You'll have to play to figure which one is required, but use <ctrl> or <alt> and <enter> to move to next line and that should allow it to work on the actual site.
-
What report are you trying to use? do you have a custom property for VLAN? I don't see that in the interfaces table your filter might look something like: where VLANID=110 If you are using InterfaceName to pull it your filter might look like this: where InterfaceName like '%Vlan 110%' Might be * vs. % depending on where…
-
Try this content share...should be easy to tweak to what you need.. change 60% to 90 and get rid of count...
-
ah yes...F5s. very different depending on code version and model. try using different polling methods (selected under "list resources"...in my exp. the older systems should use standard cpu/mem poller, while the newer should use the OOtB F5 device poller. If this does not do it for you, I'd open a ticket. * CPU & Memory*…
-
what type of systems are they? sounds like those systems [not working] might not be getting queried successfully for memory. is CPU showing up?
-
great question. I'm about to face the same. Also, what are the system recommendations for proc/RAM for more data if any?
-
I've never done this type of thing, but I would think you could call some kind of SQL update script if certain criteria were met...
-
You want it to be in the 99% range. This may indicate that your poller is over taxed. Open Admin->poller stats and look to see how many outstanding polls (stats and icmp) you have. I think the poller will basically hang if SNMP outstanding reaches 900. try to get it below 300 to 500 I guess?
-
you have to use * in web. SQL directly uses % (in mgmt studio,etc.) This is what I use in CPU top 10 (HName being a custom property): HName NOT LIKE '*F5*' and HName NOT LIKE '*BIP*'
-
the notes do not currently follow alert into history table. see this thread here...that discusses it. I've put a feature request in for this here. please vote up
-
see this thread here
-
Anything can send traps to Orion, though I think Orion has to "know" about the node via snmp. Ensure the community strings are correct. look at SolarWinds Orion -> Trap Viewer to see what traps the Orion box is getting in. You also must enable the Microsoft "SNMP Trap service" service as Orion uses this service to receive…
-
only thing I can think is maybe a DB column type limitation...? SW?