Comments
-
Do we have good suggestions as to the limits of SAM elements per additional poller?
-
no the right one- I wonder if the quotes got replaced again? I'll try again when I get in but it's a straight copy out of my working custom query.
-
Agreed - I noted that in the post - also I use it differently. This is on it's on custom left hand page under Application>SQL Server summary page to roll up all SQL Agent jobs from all instances -I built another smaller one which I put on the SQL server summary page itself which is only failed jobs -Same could be put on a…
-
I think I've looked at this before but the alert custom properties are for the whole definition and not individual active alerts. I have lots of Alert custom properties for sorting and filtering but no use for changing it. Did I mis-understand?
-
I wish I could mark your reply as correct Seriously this is nothing - I just got a Powershell monitor up and running which BCP's the node to discovery profile mapping (searching by node name or IP, sorry not support for ranges) out to a CSV then checks it against the last exported CSV. On any differences it commits to a…
-
Yes err-disabled and unplugged(based on NPM setting)
-
Peter, I really like seeing err-disabled status but what about adding unplugged if the interface in NPM is set to unpluggable? I think many are confused when they add interfaces to UDT which create red dots on their node status icons for port is down child status when the same ports are not down in NPM. I have set the…
-
Google fusion tables and lots of manual entry. It would have taken json input so build something like this for other relationships like your groups would be just serveral steps.
-
John Kelly's how to use custom properties for custom alert filtering is exactly how every how to do document should be written: in easy to follow language with plenty of screenshots along the way. We use exactly the same method, as I am sure many do, to specify which interfaces should alert us when down. While we monitor…
-
Added an alert for the same here: GTO_FAULT_ORION_IPAM+Delayed+Jobs.xml
-
very cool are you not worried about using auto prefix when that is what the new auto dependencies are using?
-
I mention it as I started to build a Swql query to go on each node, interface, and volume detail pages showing where it came from Thanks, Christian
-
If you did not do this against the new Sam 6.3rc you might want to look at the new discovery log tables. Very cool. Thanks, Christian
-
michal.hrncirik - not your friend so I couldn't PM you - typo in question 12 (fell vs feel)
-
MIchal, can the router discovery process dynamically add subnets or just seed the discovery list? can I call the router discovery process by Swis verb to automate the process?
-
It would seem as if a link is missing above where this link was pasted twice vs one explaining in full detail how to read and interpret the detailed statistics? This page will explain in full detail how to read and interpret the detailed statistics: Hubble Edit web.config in C:\inetpub\SolarWinds and change to False <add…
-
Do this by SQL job that checks and creates a table if needed and includes in it your case for which subnet belong to which country-updating your country custom property along the way. This would survive upgrades by recreating table and applying the internal case logic. Thanks, Christian
-
Is there a link back to the node in NPM yet?
-
Awesome. Haven't had much luck recently with SWQL sub selects but this looks great. Sure I'll use the same soon enough.
-
Is the issue that the app page does not pass the app custom property, even in the older $ macro format? To be truthful so many SAM resources don't even parse page variables I've basically given up trying.
-
Try having the first column selected be a standard ID field or something. Strange but I found the SWQL input sanitation to prefer it. Thanks, Christian
-
the case needs to end with ….END AS [column_name]
-
Just wondering - why the use of '' as N and associating icons there vs to the node, app, and cmpnt columns directly?
-
These seemed to work best for me- it's still in testing mode and I think I would pull in Status Description column since Stat and Message is only for some components - SELECT --Node n.Caption AS NODE, '/Orion/StatusIcon.ashx?entity=Orion.Nodes&status=' + ToString(n.Status) + '&size=small' AS [_IconFor_NODE],…
-
I Saw some components missing earlier and switched the joins to left outer joins then it was fine
-
Alex- typo on my part- that's the correct field. Cool eh?
-
NJoy, unlike SQL SWQL keeps custom properties in other tables and while you can navigate to them through SWQL navigation you cannot double hop navigate. if you are starting with component then try joining application then navigate to application.customproperties.colomn. looking in both SWQL studio and also the sdk read me…
-
I like it a lot - adding to our app dashboard I made some small modifications: * used StatusIcon vs StatusLED for node so I get the small child status dots * edit - changed all the statusicons to the new wsdl style which I have yet to fully vet but solves an issue with application icons named inconsistently * reorg all the…
-
Amazing. And do share your other ones- SWQL is the great democratizer of Solarwinds for those of us who can figure our SQL but not .Net the only thing I do different for ours is I try to always cut paste the same Caption as [Node],... As [ _IconFor_Node], and ... As [_LinkFor_Node] in the beginning so everyone can see node…
-
Clicking a hostname or IP in IPAM should ideally take you to the Node View in NPM --I click so many times on the name that I think everyone thinks this is just supposed to work. I was going to build my own SQWL resource to provide a link to the NPM from the IP Address Details page but this should be standard feature set.