Comments
-
You only need to add one of the pollers to the node details. So, if you have a poller for temp, one for location, and one for threshold, for example, you only need to assign one of these pollers to the node details. The other two will be added to the table by editing the table from within the node details page.
-
You want the 'Display in Web' box checked, just don't put a check mark for the table in any of the views. Selecting anything in the red box in the image below will add that poller as a table to the associated view. These are the extra tables that you are seeing on the web page.
-
When you create a 'group' of UnDP's like this, you only need to add one of them to the details page. You then select the other pollers from the edit page, which you have done. You need to edit this view from the Admin tab and remove the additional pollers from there.
-
Like Yann stated, I've been using the WMI query listed and have posted that as an APM template. One problem with using that query is you have to create a monitor for each unique path to the mount points. I'm still working with tech support to get the script working. I'd prefer to create a generic script that can be applied…
-
First off, Gob great work on this item. Thanks to everyone else who posted tips on how to set it all up. I too struggled with the chart, but after downloading the latest chart and restarting the App Pool it worked. (Running v9 w/SP2) Our Network Engineer likes the ability to see all the syslog info in one place. Keep up…
-
I just tried that. It did not work. I am still getting the timeout error. Didn't work for me either. I'm waiting for a response from tech support. I'll let you know how it goes
-
You should be able to click 'Edit' on the table from the details page and just check the boxes for the coulmns you want to see.
-
I used the example UnDP and added it to my VM hosts. It works great. I'd like to be able create a report that shows all my guests and what host they are currently running on. I created a report using the UnDP, but I'm not sure how to format it so the info shows up in separate columns similar to the example above. It would…
-
I have an infant script at this point. I just need help adapting this for APM use. The ugly beginnings: strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2") Set colItems = objWMIService.ExecQuery( _ "SELECT * FROM Win32_Volume where DriveLetter IS NULL",,48) For Each objItem in…
-
I was instructed to un-install/re-install APM and re-apply SP1. I haven't had a chance to do that yet. I'll let you know how it goes.
-
Ahhh, forget the path issue, just noticed the 'Caption' property.
-
Expand the 'Show Advanced Options' by click the '+' on the UnDP. Under 'Format', select 'Enumerate'.
-
The 9.1 upgrade did in fact fix the issue with the NULL entries in the Custom Properties. Plus the new VMWare views are sweet. Keep up the great work SolarWinds!
-
Yes. I was just testing with that class, and I'm trying to figure out how to use the DeviceID property to get the drive letter and folder from Win32_MountPoint class. I'm still learning my way using WQL and/or VBS with APM, so all I have so far is an APM that pulls one of the mount points from a server that has two mount…
-
Well, with so few monitors, we're not sure. Could you run Diagnostics, open a Support Ticket, and attach the diagnostics to the ticket? Done. Case # 59541. Thanks.
-
You may need to add a unique IP for each node, then assign them as an additional IP on the website. Then set your monitor based on the new IPs. That's how I've had to do it in the past to monitor individual sites on both Windows NLB and through a Cisco CSS. If you are using the Virtual IP for the site then it should…
-
<p>How did you get all the information into one table like that? When I add the UnDP's they all show up in seperate tables. </p> Add only one the of pollers to a Node Details view. Click 'Edit' on the Node Details page for this poller. Check the box next to each of the other pollers that you want in the table. (Screenshot)…
-
That WMI class will work for mapped drives. What the original poseter (and now me) are asking is, Can Orion NPM/APM monitor a Mount Point. In other words, you have a drive 'M' and you create one or more mount points to another disk(s) that will show up as a folder under 'M'. We are looking at doing this to limit the number…
-
This issue will addressed in 9.1- The workaround is to open the custom property editor and editing a single one which should set them all to the proper default. That does work. However, we have a large number of custom properties and I have found several systems that were added from the web, so it's kind of a pain. I just…
-
I'm getting these same timeout errors when trying to create either a WMI or SNMP monitor. I applied SP1 and it didn't help. I only have 129 monitors. Thanks
-
We didn't have any issues with our pollers after the upgrade. Plus the ability to pull tables with the new UnDP is worth the upgrade.
-
Thanks for the update. Did support provide you with any details as to what was happening? I just upgraded last week, so I've been on the server console adding things and it has been less than responsive which is why I started checking the forums.
-
We also just upgraded within the last couple weeks and are having intermittent issues with alerts being sent/received correctly. Fortunately we're testing Alert Central and are getting the alerts from there, but not always directly from the Orion server. Not sure if Alert Central is somehow related or not. Did you ever…
-
Here's the link to the tool. They must have taken the other link down.
-
It is odd. We patched on 3/12 and this issue started this morning.
-
Opened Case #64025 in case you are interested. BTW Really like the new version, especially the VMWare stuff.
-
You could use the built-in FTP tool with Windows in a batch file that will download the file, then extract it. ftp -s:ftp.cfg -A ftp.solarwinds.net (-s for answer file, -A for anonymous login) and provide the ftp answer file such as: get /cmb03/MIB-Database/MIBs.zip quit Extract the contents with your favorite ZIP tool to…
-
Thank you.
-
Thanks Denny. That's a bummer. Any chance this may get on a feature request list?
-
Start with this OID 1.3.6.1.4.1.232.6.2.6.8 and build 3-4 UnDP for cpqHeTemperatureLocale, cpqHeTemperatureCelsius, cpqHeTemperatureCondition (Include cpqHeTemperatureThreshold if you'd like). Configure the location and condition pollers to 'Enumerate' (Click the '+' for Advanced Options to set this) so they will display…