Comments
-
Presumably you are using a Custom Query widget ... What's the query inside that?
-
Interesting. I upgraded two different environments last week (both are HA setups) but didn't see this and neither can I find that entry in the file. Wonder what's different about your environment to get this - hmmm?
-
Hey Cheryl ... I take your point but no other vendor does that and if you look at one of the market leaders [at least originally] in certs i.e. Cisco, then their product frequently changes beyond all recognition, at least in what they are testing, Their exams have always stacked and one has always renewed all. The CCNA…
-
Interesting. I've never considered this approach before so will have to find some time to read up and see what's what. OOI, what does the output look like when run this way?
-
Yes. It will either be one file or one eMail [or both] with all the switches listed one after the other. As I say, I tend import the text file into Excel and use that to parse the data initially. I did have a colleague that wrote a clever script to parse text output to what he needed.
-
Hi Michal - you should be able to do this. The issue I have with NCM Compliance is that you can't get it to send results to a mailbox or run a report. Secondly, it only gives you a broad yes/no type approach rather than saying SW1 is OK but SW2 isn't. In this case, it is way less elegant, but I would run an NCM job. These…
-
My understanding is that PA's don't have a startup config per se. I also wouldn't call the candidate config a startup as it is [again AIUI] a direct copy of the running with any potential edits that haven't been committed yet. In strict terms of startup when in a Cisco world, then it is the config that gets loaded after a…
-
Still there for me - here's a screen grab of it:
-
Add this: WHERE AE.AuditEventMessage LIKE '%logged%' to the bottom to just return the login attempts.
-
Our report is this: SELECT AE.AuditEventID ,AE.AuditingActionType.ActionTypeDisplayName AS [Audit Action] ,AE.AccountID ,AE.AuditEventMessage AS [Audit Event] ,AE.TimeLoggedUtc FROM Orion.AuditingEvents AS AE And then we just use the reports capability to set today, last 24hrs, last week, etc N.B. This does NOT restrict to…
-
Yup 100% this is what we do, and IMO works far better than trying to configure an alert for it.
-
The base principle here is: "If the data is in the DB then you should be able to extract it". We use a fairly simple query that runs in a report to show the last x days of audit events. This is not because we are being all 'big brother' about it, but the audit logs stores a lot more info than just logins or outs.. However,…
-
This is fantastic. Thanks for sharing Marcin.
-
Not 100% sue I follow your query... and apologies if this is teaching you to suck eggs.. For SNMP you need to configure the end node for SNMP and then enable snmp monitoring of the node under 'edit properties' of the node(s). SNMP will then do its poll cycle (based on your poll cycle settings) and if a fault / issue is…
-
Hey Adam. We already have a custom property that uniquely identifies each client. All I've done is create a bunch of modern dashboards showing Top X for CPU or Interfaces etc and narrowed it down to only search for nodes where the CP = That specific client. An example from top 10 percent of memory used is: SELECT TOP 10…
-
We don't use the combination you seek, but take a look at this example Overall Node Status Dashboard provided by Ben Keen. That definitely uses status and vendor icons in an MD setting. OK - so he hasn't used a traditional column called status, but the node name itself is showing the status. It would be trivial to add a…
-
I have taken an SCP - mostly because I got a free one as a perk of being an MVP. But let me share my thoughts around SCPs and a little bit about me and exams in general.... * it isn't a recognised qualification in the UK. * within my International based company it gains no recognition nor reward for passing it. * If I'd…
-
How are you looking to do/present this? Presenting icons won't work in a SWQL query directly within SWQL studio, but it should work when in a report or a modern dashboard for example.
-
Hey Gareth ... the current global IT issue prevents me logging in to details how we have done this, but the short answer is yes. The longer answer is that so long as you can craft a bit of SWQL to extract the data then you can definitely present it via a modern dashboard. One of my long-standing bugbears with SW is/was…
-
Hi Scott... you don't say whether this is using Network Atlas (under a deprecation notice] or Intelligent [not really] Maps. But yes, absolutely this can be done in either tool. For either tool it is a matter of manually linking nodes. With NA you just don't want to run the 'connect L2/L3' bits, and with IM it is a matter…
-
I guess that's a starter for 10 but "how" do I leverage powershell scripts? Is there a document somewhere that shows us a 'how to'?
-
Hi ... Yes, you have hit the bug. The pop out doesn't 'pop' anymore and the option to select your map name format is simply missing. After much hassle and a few choice words from me a SW employee confirmed this: "is due to a bug in the product that has been investigated by our Development Team under the ticket OO-34535."…
-
I access SWQL exclusively in our environments via RDP sessions and have never had an issue with Ctrl-A, C, and V'ing in to our out of the environment or even between tabs or windows in the same RDP session. Be that part code or whole code. This sounds very much like an issue with the way your RDP sessions are managed or…
-
Are you on version 2024.2 by any chance? If so, it is a known bug and 2024.2.1 [due any day] will fix that. If not that version, then go to one of your maps and click the edit button top right of that map widget. Then scroll to the bottom of the popout widget and select your 'Map Name Format' to be what you want/need it to…
-
This sounds like the same issue we were (and continue) to face. The solution for us was to delete the mapcache files - see this KB…
-
Never spotted that node selection was persistent in manage nodes and having just tested it in 2024.1.1 it doesn't work there either. I don't have 2024.2 yet to determine if NCM has stopped. However, what I'd like is for manage nodes to have the multi-filter option that NCM has.
-
No. They are shown to you via a on the fly SNMP get query. @"vinay.by" confirmed what I thought. I was 99% certain the non-connected details are not stored in the DB and therefore you can't create a report for them
-
I might be wrong, but surely if the interface isn't discovered, then it won't be in the DB for a report to be able to extract it. When you do a List Resources, it takes one of two options. Either it is doing an SNMP discovery at that point in time, or it is using a cached discovery from that node having recently been…
-
I spend a fair bit of my time re-writing alert names, trigger action names, etc because the tools admin guy doesn't bother. Unfortunately it is me that ends up 99% of the time trying to track stuff down or fix bits and it is a nightmare locating the associated action with generic/default names. Also, just how many times do…
-
Can you share the SWQL code you used - or a screenshot of it and the error would help?