Comments
-
I think the main thing that needs to be realised here is that easier does not necessarily mean better. If you seriously wanted to create a GUI that could do everything that you can do in the CLI then your GUI would be 10x if not 100x more cumbersome, which is why you will never get rid of the CLI. In which case you might…
-
Okay this is the second time now I've not received survey points.
-
This is as close as your getting. Taking pictures of the hall and posting online would be baaaaaad. But its actually quite relevant given the remote locations for some of our sites and servers...
-
Well, we have a few NT machines off the network running specialist equipment but I have in my own personal collection an old 486 box. Don't recall what exactly but it's about the same size as a micro ATX, one tiny 3cm fan on the case and a passive heat sink on the inside for the cpu. It didn't have an OS on it when I…
-
Being able to import using custom properties for GPS Coordinates (better yet, GPS Custom properties for groups!) is realistically the only we that we can have our nodes added to the map. We have sites in some of the remotest parts of the country, down private roads, on islands and forests. Sometimes we literally do not…
-
I don't see anything wrong there at all unless there is some sort of weird encoding issue with the string... Are you having the same issue with other filter types such as message text? If so it could be a problem with the install as from the screen shot it looks like its a fairly fresh deployment? I'd try creating a new…
-
Thanks, didn't consider doing it that way. Always forget the Dynamic Query Builder is in there.
-
Unfortunately it wont let me assign the poller to the nodes on that page. It shows them as having no matching OID probably from a scan prior to the upgrades. It also wont let me rescan. If I manually enable the resource monitor from the node details page, then it reports as having a matching OID on page refresh.
-
Actually I overlooked that (whoops!) so thanks for pointing it out. It's half working, however I had to use Full Name rather than Description to get it to work for some reason. Only issue is it's showing all ports with that description across all devices and not just the node in question. I thought perhaps doing an…
-
Can you show your input?
-
Not the admin guide but system requirements are here http://www.solarwinds.com/documentation/orion/docs/releasenotes/requirements.htm#NPM10.7
-
Unfortunately there are 110 nodes that need EnergyWise enabled so one at a time isn't really an option nor losing the historical data. However, since it readily identifies the nodes as being EnergyWise Capable then that information must be stored somewhere in the database. Not sure where, was hoping to avoid SQL nor is it…
-
Unfortunately that didn't enable the resources, we have scheduled discoveries for all our sites but I created a new one to run when I was out the office yesterday. We have 6 switches at that office running EnergyWise but no joy.
-
Unfortunately it don't seem like I can filtered out the initial 4 results, no option to filter based on a string as far as I can see in custom tables and they appear both at the start and the end of the resultant table. Loopback at the top, rest down the end. Pitty!
-
Magic, thank you!
-
Unless I'm going blind here (wouldn't surprise me) there isn't an option to filter input elements for the custom chart resource. You can either directly select the interfaces for monitoring or use the "current network object" for data. The Filter option merely applies to filtering the number of records i.e. top 5% rather…
-
I doubt you'll get a response, thread was necro'd, originally posted in 2011. Lets hope he got his issues fixed though!
-
An excellent bit of work this! One question, how would I go about changing the code so that the mouse over text isn't the City custom property but instead is the Node Name and when clicked will take you directly to that node details page?
-
Change the filter field to IP instead of Hostname.
-
You could create a script to run the following command on the devices "show ip route | redirect tftp://1.2.3.4/path/to/files.txt" Naturally you are doing to have an issue with files being overwritten so you will want to include the hostname or IP into the filename as part of the script. And of course it doesnt have to be…
-
Never mind, found the solution myself. In case it helps anyone in the future... ${SQL:SELECT CONVERT(VARCHAR, DATEADD(DAY,-7, GETDATE()), 101)}
-
I've been having this problem also although I'm not sure if its the same cause. If I use the browser on the server IE8 (unfortunately its going to be some time before we upgrade this server) it fails outright, no certificate error, just simply "Internet Explorer cannot display the webpage". The same is true if i try to…