Comments
-
I have tested it more than once and it is in-fact AND. This has been a problem for me as well. We have several customers with cookie-cutter setups. They have the same set of interfaces on every device, and I always have to manually add them instead of setting them up to automatically be added. rschroeder I have also used…
-
Adding those lines caused the web page to crash. IIS said that it was malformed XML. Instead, I changed it to the following: <httpRuntime executionTimeout="600" /> This seemed to correct the issue.
-
Not sure if this helps, but this is a script I made to read the devices to be added from a spreadsheet, then add them to NPM. I used it to create 10 test nodes and it worked perfectly. You can modify it to get the inputs from whatever source you want; the part that creates the devices should still work. #!python3 import re…
-
OMG!!! I can't believe that that was the problem this whole time!! I spent 2 days tweaking that script trying to get it to work as intended and never tried that. I was just saving the script and then testing it on the node. Thank you soooo much!!!
-
UPDATE: I created a .cmd file that runs the following: cscript c:\Users\Administrator\Desktop\log_parser.vbs \\192.168.40.40\C$\KnollOutput.txt invalid total 0 echo %errorlevel% pause cscript c:\Users\Administrator\Desktop\log_parser.vbs \\192.168.40.40\C$\KnollOutput.txt happy total 0 echo %errorlevel% pause Here is the…
-
This is still not working in 11.5.2
-
Here is the python script that I have to create the user accounts and log into them so that the menu bar options show up. If you have a way to set the account limitations, I'd love to see it! #!python3 import re from selenium import webdriver from selenium.webdriver.common.keys import Keys import requests from orionsdk…
-
It seems to run fine, although I am not sure how to view the exit code that was generated running it in the command line.
-
I have not been able to utilize groups in our NPM environment because the permissions do not work for them. We have several different customers on one server and if I create a group for one of them, all the other customers can see the events for things that happen to that group (members added, members removed etc.). We…
-
We've actually found that you can fix this just by opening the PollerChecker tool and changing the Memory poller from CiscoGen4 to CiscoGen3.
-
I am also having this same issue. It just started yesterday and it is only happening to one node. Unfortunately, this is a customer's node, and they frown upon losing all the historical data. We have another tool that we use and it is able to pull the interfaces just fine. SNMP is currently working on the node in…
-
I have this happen to me about 20 times a day. We have 9 Solarwinds instances and they all do it. We manage our customer's WAN links so we never add every interface to management. It frustrates me to no end when I try to add a new serial in a multilink to management and after discovering 2,500 interfaces on the router,…