Comments
-
any plans to add the Cisco ASAs?
-
Hi, any plans to support cisco asa upgrades?
-
do you have anything like this where we can specify connection profiles for NCM in python this is what I have: print(" Adding nodes to NCM... ", end="") self._swis.invoke('Cirrus.Nodes', 'AddNodeToNCM', self._nodeid) print("DONE!") how can add connection profile to that? thanks
-
can you split variables, example only first 5 letters of the NodeCaption, example in python would be ${NodeCaption[0:4]} thanks
-
Is there a way to add nodes to group via python?
-
Here's how to do this in python def _update_connection_profile(self): print (" Setting Backup Connection Proffile ...", end="") results = self._swis.query( "SELECT Uri FROM Cirrus.Nodes WHERE CoreNodeID=@id", id=self._nodeid) uri = results['results'][0]['Uri'] self._swis.update(uri, ConnectionProfile = 4) print ("DONE")
-
kasaff I'm having the exact same issue, case: 00119546, it works for a while if I restart solarwinds services, after that it's having all kinds of 'network issues' I'm not able to browse the internet correctly. It sounds like tpc ports exhaustion but I did a netstat at the time and it didn't look like port exhaustion (not…
-
Im having the same issue.