Comments
-
After a bit of playing, I got it to work finally. The major issue was that the files were using CRLF instead of LF newline characters. Running the files though "dos2unix" fixed 'em right up though. Beyond that, there were still some small syntax errors in the scripts. I fixed those up by hand and it was perfect... If you…
-
Yes, I failed to change the name in the readme, change all instances of XenPollerInstall to XenAgentInstall. I also noticed there is a typo in the vmTable.sh file that I uploaded, remove the let command on line 10. I will up load an updated package.
-
Still requiring Flash, huh? I really enjoy your products and there is always really great support. However if you could please, for the love of all that is holy and just in the world, remove the Flash requirement for LEM! Pretty please!
-
I was able to get the previous version GoogMapV0.3 working but not GoogMapV1.4.
-
Need some help in getting this working. So far I have verified that the data base is working by running a query and verified that my API key is valid but I am still getting a blank map. I am able to get the map to work with the static information that tezt posted above.
-
Perfect timing! I was just reviewing stale CP's and your report came in handy! Good work!
-
Hi Chris, Appreciate the feedback. I'll touch base with you offline on my work email. cheers, Tarkan
-
Oh dear...i hope Not. i suppose that's one way of removing the appliance dependancy. It was the VM appliance that sold this product to my business, not Orion. I was hoping for VM functionality & information with a polished Orion feel in the next version. Tarkan
-
Hi Chris, Any idea when the next version will be released? I'm looking forward to the removal of the appliance dependency by moving to native Orion installer for VMAN. It's frustrating having to swap between Orion and Virtualisation Manager due to the limited info being fed from VM to Orion. cheers, Tarkan
-
This will be cool to test out
-
Syslog Summary report
-
Really want to see this (for MSSQL): * Deadlock detection and reporting Is there a schedule for the release containing this feature?
-
wluther, Do you have the code for this example? I like the pie charts on the left! Thanks
-
thanks for this service.
-
It would be nice to have some features like these: Increase some limits like email message size in events (currently limited to 255 characters), days considering user password to be stale (currrently only 10 days), allow passwords to be recovered should not send passwords in clear text. It should be better a forgot my…
-
This appears to work great...........can you give me an SQL example I can use in a report to list the serial number data out please Thanks Simon
-
Hi dnerdahl, Thanks a lot for this document. I'm sure it will help a lot of folks here. You might want to upload it in the Content Exchange space, since that will give you some additional thwack points . 50 for an upload and an extra 5 per each download. Even so, it's great to see this kind of involvement!
-
Thanks, The below line of code was failing for some conditions ' convert(float,substring(a.advice, charindex(''(Impact'',a.advice)+8,4)) impact, '+ I replaced with this by ' convert(float,SUBSTRING(a.advice,charindex(''('',a.advice)+7, (charindex('')'',a.advice)-7)-charindex(''('',a.advice))) impact, '+ Is there a way to…
-
"nodes.n_mute_reason as Addtl_Info." must be a custom property. Delete the string (don't forget to remove the ',' after a1.downtime) and report will run. However, when I run the report without the custom property, no Downtime is reported. Any thoughts adatole?
-
thanks
-
What if the user is a domain admin which is effectively a local admin on every Windows server in the domain?
-
Just a comment, I had to cycle IIS to get this to take effect - not sure if that is normal, other than that this is just what I was looking for! Great work!!
-
It works but has a few bugs. When you click on the resource it opens inside the iframe window the entire Orion website Edit the files and change your server to SOLARWINDS//SOLARWINDS or whatever it is just make sure you double escape the database, a single / will throw an error Change Lattitude to Latitude Unzip files.…
-
Any info on how to install or make use of this?? Any special or custom fields or properties needed??
-
Any info on how to install or make use of this?? Any special or custom fields or properties needed??
-
When we edited this report we had to customize out "typei" to whatever column name is in your own copy of Orion. We used "PlatformType" and got some good results.
-
I have looked at this for a while, still get a blank screen. I know that the SQL credentials are good because I can query the DB from the DB manager. I know that my Google API key works because I can build a simple web page and see a map based on coordinates. I know I have nodes with the required fields because the Nodes…
-
Thanks for the coments pickerin and hclegg. I was having the same issues with my APC UPS devices. I can see the pollers now. Thanks.
-
What I meant, is there any official, vendor documentation ( such as the administrators manual for NPM ) that I can point others to as a reference?
-
I've been searching for documentation detailing how "isserver" works. How does it mean exactly? Also , it looks like Machine Type is useful for splitting up systems by type - Cisco, Solaris, Linux, Windows. I'm thinking of combining it with isServer for routing alerts to the correct support group.