Comments
-
Could you post your script so that we can check what it is supposed to return to APM?
-
> Or it is not possible yet in version 9.1 ? It is actually not possible to select only few values from a table, the Get-Table UnDP retrieves the whole column of a table. Alternatively, if you know the index of the value and are sure that it will not change even after a reboot, you can setup one or more Get UnDP to poll…
-
FYI, there is a feature request logged internally under the Orion TestTrack # 8047 which asks to enhance Advanced Alerts to be able to trigger/report any single/multiple changes from a GetTable-UnDP (This includes per example the BGP-state UnDP). If I have more information I will let you know. Yann
-
When you create your Windows Script Component in the AppBuilder, you have the option to paste your script code on the "Edit Monitor Properties" page in the Script Body field. For more information about how to reach that page you should read the APM documentation page 31 - Creating a Windows Script Monitor.…
-
I have recently seen a customer monitoring the below WMI Class and its FreeMegaBytes field using the Windows Performance Counters Monitors. Mounted Drives (even mounted on path) are shown there. Win32_PerfFormattedData_PerfDisk_LogicalDisk http://msdn.microsoft.com/en-us/library/aa394261(VS.85).aspx A WQL Query such as:…
-
Hi Dave, I reviewed the specs of the card and it seems to support the CISCO-WAN-3G-MIB: Card Specs: http://www.cisco.com/en/US/prod/collateral/modules/ps5949/ps7272/product_data_sheet0900aecd80600f41.html MIB Description: http://www.oidview.com/mibs/9/CISCO-WAN-3G-MIB.html Try a mib walk on the OID 1.3.6.1.4.1.9.9.661 and…
-
1.3.6.1.2.1.10.39.2.1.1.1.2.2 sonetpathcurrentstatus.2 value 1 1.3.6.1.2.1.10.39.2.1.1.1.2.3 sonetpathcurrentstatus.3 value 1 The last number in the OIDs in the interface Index. The value returns means the interface has no problems (sonetPathNoDefect). If this OID correctly changes to something else when you get an outage…
-
For these specific Traps, you should stick with the Trap Viewer Rules/Alerts: Configuring Trap Viewer Filters and Alerts Feel free to post a fan,heat issue trap example if you need help.
-
If the actual name of the custom property field in your Interfaces table is "comments" then you could use filters such as: WHERE Interfaces.comments = "whatever" or it may work with: WHERE Interfaces.comments LIKE "%whatever%" I would suggest you to open a ticket and attach your diagnostics if that does not work. It is…
-
The script will report to APM that the monitor is down. You can then create an advanced alert based on that result. * Start > All Programs > Solarwinds Orion > Advanced Alert Manager * Click on Configure Alerts * Click on new to configure a new alert. * Type a name for your new alert. * Select the Trigger Condition tab. *…
-
I agree with Alterego, using Syslog messages would be easier than converting them into Traps. The following document explains how to create Syslog Rules: Configuring Syslog Viewer Filters and Alerts When you configure a rule, go to the Severity/Facility tab and select the Severity that the rule will cover. Go to the Alert…
-
Hi, I am not sure if this is your issue, upgrading the IOS to the latest version will for sure eliminate the doubt of a too old version. Here are two steps you could do to further troubleshoot: 1) Use the free tool "NetFlow Real-Time" and review if you are getting different results.…
-
Would you mind if I unsubscribe from this thread ? :-D Braces for impact !!!
-
You should definitely upgrade to 9.1 . The resource source code has been changed in that version.
-
if i were to remove both the verison i noted that are installed will it cause a problem on the server? The .Net Frameworks are not only used by the web console so yes that will impact the Orion services during the installation of the .Net Framework 3.5 . I advise you to open a support ticket at this stage. * To Open a…
-
I suggest to open a support ticket to track this issue. Provide a screenshot of the a MIB Walk, attach a wireshark trace where we can see a walk on this MIB + the results of the UnDP. You can use the following SQL Query to return the results in a csv file: SELECT CPA.AssignmentName, CPS.Rate, CPS.Total, CPS.RawStatus,…
-
On the Cisco web site, the 10720 router is advertised to suppor the IEEE-802DOT17-RPR-MIB mib. ... RPR features- Intelligent Protection Switching (IPS) with less than 50-ms restoration time and SRP/RPR MIB support ... Could you check with your Cisco support if this is possible to enable the support of that MIB? Concerning…
-
Hi Lee, I did not see any traces attached to that thread, if you are talking about the case 53072 your colleague Viki opened sometimes ago about the Config Change Report, then the tech representative is waiting a reply to the last email she sent. I watched the session trace in that case, and it is indeed showing the more…
-
When I say toggles correctly, the value returned from the equipment changes as expected and consequently the value returned from the SQL query etc toggles. This means the UnDP is working fine. Ok. What doesn't happen is any of my alert actions and I don't get it appearing as an active alert or in the log (and no alert…
-
The following code might be what you are looking for: if objFile.Size > 1500000000 Then Wscript.Echo "Message: File above size limit" Wscript.Echo "Statistic: " & objFile.Size Wscript.quit(1) Else WScript.Echo "Message: File below size limit" WScript.Echo "Statistic: " & objFile.Size WScript.quit(0) End If
-
Have you tried to restart the information service? If yes, then I suggest you open a support ticket and send the diagnostics. http://www.solarwinds.com/support/ticket
-
Hi, I'm not finding an easy way to sort by interface status in the Web Console > Admin > Manage Nodes. This could be a feature request => http://thwack.com/forums/57.aspx An unsupported work around would be to delete them manually from the Interfaces table. ! Backup your DB before to do anything ! Note that when you delete…
-
I think on the initial install the original admin tried polling interfaces as 32 bit, ran into issues (maybe even uknown issues), then added 64 bit as new interfaces You can run a quick MIB walk on the following OID to check if 64 Bits counters are supported: ifExtensions - 1.3.6.1.2.1.12
-
Could you attach the SQL Query that does not work and detail how you setup your Custom Properties (comment field)? Thank you, Yann
-
You can open a ticket and specify that you use the evaluation version. A Sales Engineer will help you. Regards, Yann
-
Hi Jesper, I checked with Chris Lapoint and there is already a report that list the Routing tables of your devices. You need to run the inventory on the nodes you wish to review the routing table. - In NCM, Inventory > Start Full Inventory or Right-Click on a device > Inventory Selected Nodes Then for a single node: In…
-
Jesper, I am stuck at the moment as I am getting the error "Connectivity issues discarding config file. Device IP:xxxxxxxxx" whereas NCM is able to download properly the file but it cannot "catch" the prompt. Here is what I did so far: 1- Manually select the existing template for the device I am going to add a second time…
-
I am not sure why it is not working. I would advise you to open a support ticket to have a support representative work with you on this report. This will allow to have a better overview of the volume statistics entries. * To Open a Ticket: http://www.solarwinds.com/support/ticket
-
Good to know . Thanks.
-
Assuming the Windows server hosting the mapped drives uses quota, you can use the following WMI class: http://msdn.microsoft.com/en-us/library/aa394136(VS.85).aspx The Win32_DiskQuotaassociation WMI class tracks disk space usage for NTFS file system volumes. A system administrator (SA) can configure Windows to prevent…