Comments
-
The website has been revised. Now, in the Orion downloads section it includes the complete version and build number.
-
Actually, you can combine the two ideas and make it really easy. First, add a custom property to the database, say Telnet. You can set this field to "<a target=_blank href=telnet://${IP_Address}>Telnet Access</a>" (custom fields can contain macro too). Next, on the Node Details View, add a Custom Property resource.
-
I don't know if helps. But there is a search node resource that you could add to a page. Then, you just type in what you want to search for and pick the field to search on. It will even handle wild cards.
-
If you have the 1 year maintenace, in the Unsupported section there are vb scripts to help you automate the process for the Config Download Loader.
-
I would use the custom property editor to add a new colum for the link. In the field, you would put: <a href="https://${IPAddress}:8080" target="_blank">Web Management</a> IPAddress could be any valid macro for the node, like DNS, NodeName, etc. Then add a User Defined Property to the Node Details view. In Preview mode,…
-
Actually, a value of 0 will not set it to infinite timeout. In fact, in older editions, it can actually break the website. I would recommend setting it to 1440. That's 24 hours in minutes. Then you just have to log in once a day.
-
Same thing actually. Just open the allreports.asp file and comment out the same line with <!-- & --> and that's pretty much it.
-
It depends. If you are wanting to change the report.asp page, just open it with a text editor and change the line: <meta http-equiv="REFRESH" content="<%=#@~^EgAAAA==)!YG"+6D+ktUnmKx[/NwcAAA==^#~@%>; URL=<%=#@~^AwAAAA==i"S8wAAAA==^#~@%>"> add "<!--" to the beginning of the line and "-->" to the end. This will comment out…
-
This issue is only present in languages that use ',' for decimals instead of '.' This issue was resolved in the 7.0.130. You can download the latest build from the customer area at http://www.SolarWinds.Net/
-
The SolarWinds logo and links can be moved from the website. We offer an OEM license with this functionality. If you are interested, please contact OEM Sales at SolarWinds.Net.
-
When you add the action, did you enter the full path to the batch file, including the file name? Also, since it's creating a shell to call the batch file, if psexec is not in the path, it will not find it and fail. You could try add a path statement to beginning of the file.
-
You must be running an older version. In the newest build, the website will not allow you to set the timeout to 0. To fix the website, you will need to directly edit the webengine database. With MS Access, open the file NetPerfMon.WebEngine in the WebEngine subfolder. I believe it's in the Settings table. Just change the…