Comments
-
Thanks Vinay BY, I believe that SAM on it's own does allow you to add Nodes and Volumes.You do not need to have additional SL license to monitor nodes (unless I am getting it wrong). As crippsb@hcdsb.org has suggested - it seems that for AL150 the number 150 stays for a total number of monitors. However, the following info…
-
Beautiful!
-
How do you achieve the following: 1. Visibility at-a-glance of all configured schedules and affected nodes 2. Ability to delegate this to service desk, similar as simple unmanage/re-manage operation (otherwords, how do you make it simple and user friendly for most engineers) Thanks, Alex
-
haha, that's cool name lol. It is not a background, it is actual app. I pretty much have it always-on on dedicated screen I call my one "Hero"
-
Agreed! Here is a script to report on Trap count and below is similar for SysLogs. I would advise you to create both report and alert based on this. The easiest way to create an alert is to use this script in "SQL User Experience Monitor" to create a component (assign to your SolarWinds SQL server) and then simply tracking…
-
awesome! sounds like a plan
-
what is a NeighborID field is called in NPM_RoutingNeighbor? I think you need that one to compare in the end: Supposed it is NeighborID (might be just ID, I don't remember ..) then, try this: VRF Name: ${SQL: SELECT v.Name FROM NPM_VRFs v JOIN NPM_RoutingNeighbor RN ON v.NodeID = RN.NodeID WHERE…
-
SELECT Brand FROM Cars WHERE Brand="Rolls-Royce" I think it is pretty valid, only problem is that we already know output before we even run this script Ye, I agree, we either need to check something different in WHERE clause or select different column. Otherwise this script has no sense, although it will still work
-
ye, spot on. I actually advise all greenfield SolarWinds engineers to go though all reports and see what they like. It will save a lot of time down the line not needing to re-invent the wheel, but rather do some minor fine-tuning
-
Thanks a million Alterego
-
Well, I do not have any SQL draft query yet. I just believe this cannot be done with standard filters and SQL query is needed to accomplish this task Thank you for your help
-
not that I need it now, but if I were to use it in our production setup - I would not be able to get away without filtering by CPs. No worries, I will keep it on standby - not urgent for me right now
-
Hi, I have same question here and just want to clarify: So, regardless of the number of licenses we have for NPM - our only option for additional polling engine would be Unlimited Licenses at full price, right? So, what if I have just SL100 product and need additional polling engine (as described above - for security…
-
O! I Love it! Especially left most resources. Can you give some insights into settings those up? I am particularly interested if there is any significant hacks/customization is required, especially for those big %% values. Thanks
-
Ye, being minimalist is great - I am also very much minimalist and I like to see things that have issues, rather then loads of green blobs all around. One question - why is your top 10 empty? By the way, I am just designing my prototype dashboard now - here is a quick preview - as you can see - no issues in our…
-
Hahaha... you made me laugh When I find someone selling a dog food online I usually just ignore - simply because I don't have a dog in the first place. "- Hey Mr. Chow Chow, I have noticed that you are selling a dog food online, but what if I don't have one, because I hate their smell and I don't have the time to walk…
-
Beautiful! "big & simple & in their face" - exactly what's needed Nice work!
-
HI Alterego, Actually, I will take it as an answer. Works for me. It is not possible to search through *ALL* properties, as results are restricted by object type (screenshot below). In worst case - I just need to search 5 times I also assume that you meant to say "The property individual values yes, but not their names…
-
Exactly what's needed. Thanks a million -- Alex
-
Same problem here... with SolarWinds DB instance I am not a DBA guys - can anyone please help with resolving this issue? Where do I need to set SQL memory limit and how much should that be? (percentage of total OR just simply leave certain amount for OS - in this case how much to leave?)
-
zackm, thanks a million. This is exactly what I needed. I have slightly modified WHERE statement, to exclude up, unknown and unmanaged members: WHERE Containers_AlertsAndReportsData.GroupMemberStatusDescription != 'Up' AND Containers_AlertsAndReportsData.GroupMemberStatusDescription != 'Unknown' AND…
-
OK, thanks. Likely I am pretty good at SQL. Would you please help me to understand what do I use in WHERE clause so that I can have one Alert for all needs? For example there is no such thing as "WHERE UnDP.Status = 'Critical'" - so, what do I do?
-
Not sure if I can link your answer to the above question. Ok, let me ask you specifically - do you use UnDP Pollers?
-
Ye, agreed, this is not going to help you. You need to use CPU alerting for CPU alerting, something in-line "Alert me when a CPU goes into warning or critical" and then use your custom property there
-
Ah, ok, Government-Of-The-Shelf vs Commercial-Of-The-Shelf... what was the question, sorry?
-
spike I am a bit confused - in the screenshot above you can see that I am reporting on "statistic data and statistic message" of a component through Event Log (see below). What exactly are you trying to achieve? Can you sketch an example of a desirable end-result? ${ComponentID} in the message body above is there only for…
-
spiker, when you chose a report type - select "Event Log", not "APM: Historical ..." as per your screenshot
-
Hi aLTeReGo, Should the message be formated in any specific way? I do output as follows to NPM Even Log through Advanced Alert Manager: STATISTIC: ${StatisticData}; MESSAGE: ${ComponentMessage} However, when I go to the component's last 25 events - it is not there I can see this message in Message Center though
-
blsanner, may I please disturb you with another question: * How do you manage FoE offline server? i.e updates, software patches, AntiVirus, domain membership, etc - or this all becomes irrelevant and FoE app does replicate all these changes automatically? ... including AntiVirus for example? Thanks, Alex
-
wow, blsanner thank you so much for your input and time invested to clarify. Really appreciate your help ... looks like we are good to go then I will review documentation with a fresh eyes now. Will post progress here... Thank you so much for your help and time, Alex