ericbrooks

Comments

  • In this script I just use an excel spreadsheet that has column A IPAddress and column B as Name. The script will load the data from the spreadsheet make an API connection to Solarwinds will then query for node details then look through that data to update the captions field in Solarwinds. If no IPAddress match is found…
  • There is a github for solarwinds API using python her is the link https://github.com/solarwinds/orionsdk-python/tree/master. I recently created a python script to bulk update nodes captions using python and it work without any issues so I am sure you can do the same for the details. If you want to see the script I used for…
  • Post is kinda vague but what I do is have a weekly job setup that just executes a write memory on all our cisco router and switches. This way if someone forgets to save the config after a change it will be saved once this job runs.You could have a similar job that runs after you run the remediation.