Comments
-
We decided to handle this with a job. By keeping all the devices on a target version. When updating from one to the next we will have the same directory for an entire machine-type. The firmware upgrade job will clear enough space by getting rid of the bin file. That leaves some cleanup but mostly done. After all devices…
-
Hi aLTeReGo or tomiannelli, Can you provide an example how to host that code on the local Orion Server? I tried to have a very basic circle drawn as proof of concept with this custom html widget. I know super basic not useful but starting point so I can start to get up to speed and not worry about mistakes with the code…
-
Thank you for point this out it could be part of the problem. Solarwinds support did indicate when they tested it in there lab it worked more then mine. I looked into google charts and indeed they don't have an offline option so I might have to settle for a much more basic look.
-
Is this working in Orion 2020.2.6? Sorry probably missing something obvious. This looks like an amazing customization. I agree with some of the comments asking for this to become a selectable widget or more built-in to the product but truly great work and love the guide. I love the amount of adaptation also that users have…
-
Hi bnocer234, I understand this may not be the solution you are looking for but it does work well for me. My understanding of your requirement is to have an NCM compliance check the ACL and report violation. - ACL order matters - Check if all the required lines are present and syntax match within the ACL - ASA vs…
-
It can kill the NCM SSH session. Deleting the access-list will not. When you add the access-list configuration back is when you may lose access. The end of the access-list will be an implicit deny, so if the first permit added is not the one which allows access for the ssh session from Solarwinds this will be a problem. If…