Comments
-
Sorry I haven't worked on this yesterday. Unfortunately, I don't have access to the server side to view these logs!
-
Yeah, that's what I thought too, I tried before and I tried once again manually and by copying and pasting as you suggested and from notepad yet it keeps throwing the same stuff back at me. As a matter of fact, it seems like the non-advanced config search thing is broken since it doesn't even process single lines of Regex…
-
You're very welcome, glad you found what you're looking for.
-
I really appreciate the fact that you tried it yourself Unfortunately, it didn't work for me, what's interesting too is that I used this (below) as a Regex and still failed, showing me exactly what I typed and telling me it failed to find it! line vty 0 4\s+exec-timeout 60 0\s+line vty 5 15\s+exec-timeout 60 0 Could this…
-
Hi, I've been trying to get this to work, for some reason, I can't edit config types and if I make any changes and try submitting them, they're not being saved and they can't be edited either, am I doing something wrong?
-
corileigh77 The view you're showing me is from Manage Reports, you need to go to Policies to do this selection and then Add or Edit, see below.
-
I just recently started working on compliance reports so I'm still learning how they work. This is a similar situation where I'm trying to check for the timeout statement in a rule I created for vty lines: line vty 0 4 exec-timeout 60 0 line vty 5 15 exec-timeout 60 0 I tried putting them all in one string as you suggested…
-
I see, I found a document that explains how to uninstall Log Analyzer and restore the Legacy Syslog, I guess I'll check that out. If we're stuck purchasing LA though at some point, how can I build a widget that shows me the log information for each node in their node details page? I found some threads showing custom…
-
Thank you, Joey, for taking the time to explain!
-
@wluther I'm not very good with queries, I have created a sample script execution job but I don't know what table to call for to get that output information for each node from? Can you give me an example query featuring any simple Cisco show command, please?
-
You're welcome. You may already know this, but first, you have to create a rule, say you’re checking for SSH and making sure Telnet is disabled. Once the rule is created you go to Policies and add the rule(s) there. Once you're in Policies you need to create one for your new or existing rules (ADD NEW POLICY). That's where…
-
That's true and can be helpful also, thank you!
-
wluther this is amazing, I got the list that I needed, I had a mix of IP addresses which included SVIs that belonged to the same devices, I wanted to locate those specific IPs within Solarwinds to login and fix the issues they were originally flagged for but I'm not adding anything to Solarwinds itself. Thank you very…
-
Thank you very much! is there a way to make it so you can apply a rule to only certain devices like just Cisco's Nexus devices for instance? I know how to do that to an entire policy but there's no option for just a rule?
-
Isn't Log Viewer an additional product you would have to buy or is it part of NPM? We didn't migrate to Log Analyzer we just upgraded our platform. I don't see any option where we can configure Log analyzer or syslog.
-
Does network discovery disrupt operations? When it runs will it cause things to go grey or red? I never ran it because I have a huge network and I do not want things to go badly while running network discovery.
-
Thank you Tony, indeed that's what I did yesterday, I figured out how to do this with compliance reports, I just wish Solarwinds had more detailed guides on how to write those logical statements and different useful RegEx statements. This is what I did and I'm gonna apply it for the example in my original post: * Under…
-
Alright, I actually figured out how to do it, all I did was do ^line vty 0 4 | line vty 5 15 | line con 0 for the start config block and checked the box where it says don't alert when the block is not found, that way if the device has a different syntax it's not flagged (eg Nexus switches). I'll still need to do some more…
-
Thank you for the reply thsukudu, this methode seems to be working, I was working on the advanced config from the start but I could never figure what I need to put in the block since I tried that too but your exact input worked great, my only question is if there's a way to filter this so it doesn't look at Nexus switches…
-
Alright, this an example config of a couple interfaces, 1/0/4 already has security so it should pass, 1/0/5 is a tunnel so it should be excluded and the others have security configured but not enabled with the "switchport port-security" statement interface GigabitEthernet1/0/4 switchport access vlan 103 switchport mode…
-
I probably won't go that far for this purpose but I think it's a good idea, thank you! I hope that this will be added as a built-in feature to Solarwinds sometime, I bet many users will appreciate such capability and it does not seem something too hard to do considering all the great things that Solarwinds is already…
-
@deverts Thank you for your reply, yes, I read what I could find, I knew about alerts and groups but none actually accomplish what I want since the node would have to already be created, and if I did apply them it would be hard since there are just too many sites which is why I said impractical.
-
Yeah, I may have posted this in the wrong section, either way it would be nice if I could get something like this working!
-
Thank you for your recommendation, can I achieve this with SWQL? I tried the execute script in the past but I have to do that every time and then saves it somewhere else, what I need is for it to show the output every time on the spot, basically I would set it up to execute sh ntp associations and the widget would show…
-
@"yumdarling" wrote: @tigerr only points I guess getting a Solarwinds certificate will have to wait for quite some time unless similar offers on those vouchers will be offered in the near future since I used all my points just a couple of weeks ago not knowing this would be offered.
-
@"yumdarling" Does the current discount on SCP vouchers apply to the cash purchase as well or just the THWACK points?
-
I'd say Visa or Amazon gift cards would be nice to have!
-
Does anyone have any ideas?
-
Hi corileigh77 If you have site-specific items, is there any common denominator between your sites, some of the things that come to mind are hostnames, maybe if you assigned a custom field with a site ID, you can use the policy to specify the devices and in this case, it would be a site identifier. Can you give an example…
-
Does anyone know how I can provide it with a list like this? SELECT n.caption, n.NodeID, n.IPAddress FROM Orion.Nodes n WHERE n.IPAddress = {'0.0.0.0', '1.1.1.1'}; Or whatever the SWQL syntax is for lists.