Comments
-
I changed that and it still fails when it sees the 403 packet.
-
I have a UnDP watching the memory and another watchng the disk array on some servers. Now I need to show the status of all the members of the disk array in an email message from an Advanced Alert, but not having much luck. It only shows the first disk status. Here's the message body; The state of one of the disk drives on…
-
I'm trying to find a way to automate adding new nodes. These nodes will be SNMP nodes with Custom Properties set and whatever other parameters necessary to make it work. One problem I see is if I add a node using a script, then want to add Custom Properties, I have to know the NodeID to do that.I've been trying without…
-
Has this changed since February 2014? We're using Dell servers and they now have iDRAC8. I tried looking up FB110418, but couldn't seem to find it. How would I find out what that says? Thanks!
-
Case 120259
-
We've added Custom Properties to our Nodes and those show up as fields in the Nodes table of the database. I added them as Map Tooltips to the Orion.Nodes and they display as expected. Those properties are Service_Provider and Service_Type and I added them in the Tooltips for Orion.Nodes like this; Provider:…
-
It did work. Just doesn't act like it did.
-
Did you get any further information about fields in the database to use for a report like that? I need to do the same thing. Thanks!
-
We would like to see this capability also. I have set up rules in the Trap Viewer to email when certain traps are received, but in our case it would work better to have an alert triggered or reset when a trap is received. That way our support group only has one place and one way to see issues. My guess is it would be…
-
I've been testing the Trap Alert function and it seems to work with the variable bindings (vbName1, vbData1, etc.) but not with Node variables. That must be a typo. Also have seen that if I set up a Trap Alert to send an email, even if I delete the rule the email still gets sent. Have to stop/start services to get it to…
-
This appears to be a defect or maybe a limitation of the product. I can't alert on a Universal Device Poller, and can't email using data from a Universal Device Poller. This document shows the variables available from Custom Node Pollers but the data from my poller isn't displayed when I send them in an email message;…
-
Got it, installed it, and it works great! Thanks for the quick response.
-
Did you ever get this working and monitoring for a failed disk in an array? We had a drive fail in a server and our server guy said the OS (Windows Server 2003) wasn't aware of the drives that made up a RAID array so we wouldn't have seen it in Orion via an SNMP Trap or an alert. Thanks!
-
It's my understanding the template contains a set of command definitions that NCM will use to carry out the actions your jobs may need to do. So you would need to set each command to the appropriate command string for that device. For example if the command you execute for downloading a config is "show config all", then…
-
We are in the process of implementing WMI monitoring of our servers so we no longer need to run SNMP on the servers. This of course means we have to delete all 550 nodes and add them back in as ICMP or External nodes. Bulk Upload adds the IP address but nothing more. We need a more full function Bulk Upload to avoid the…
-
It would solve the problem until Solarwinds adds that functionality to Orion's web portal, but not without challenges; - It enlarges everything on the page, so the heading bar takes up more space on a limited display. - We have four tabs on the IE display that it rotates through and it doesn't seem to be possible to…
-
Is this on the roadmap to be fixed soon? We have 500+ servers, many with similar or identical volume names and test firing an alert with the correct volume is an important part of verifying the alerts are working.
-
Hello, We have remote offices and I need to run reports on particular offices showing Netflow traffic stats for the last hour in an office. I tried setting up a report of NetFlow data showing the top n devices by Bytes Transferred for a particular subnet or address range, like 10.1.1.0/26, but I get no data. How is the…
-
2012-01-18 08:04:44,278 [5] ERROR SolarWinds.InformationService.Serialization.XmlSerializer - Error serializing query results System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. at…
-
I've tried to add a tooltip to the Orion.Nodes list like this; Address: ${Nodes.IP_Address} And this Address: ${IP_Address} When I click Submit, nothing changes and I'm still at the edit page.
-
I have the same issue and need to create 600 IP Address Groups. If you come up with a good way to load groups, I'd definitely be interested. The problems I see with IP Address Groups; 1. Using the GUI, it times out and I have to log off/log on to see the new group. 2. The five new groups I created appear in the pulldown…
-
I have a similar need. In about 60 of my remote Cisco firewalls, the dhcprelay server is set to the IP address of the local server. I need to get that address so my script can remove the dhcprelay configuration and add the correct configuration, which includes the address of the centralized DHCP server. I can issue a…
-
The Trigger Condition is set to monitor the Property of Custom Node Poller Trigger Alert when all of the following apply Poller Name is equal to ciscoEnvMonSupplyStateTable Field Status is not equal to value normal
-
The dynamic query is a nice feature, but my need is more static and basic. I would like to create dependencies for 700 firewalls (Parent) and their children (switch, server, server). This would take a group for each of the 700 sets of child objects, but there doesn't seem to be a way to create groups in bulk, or to create…
-
That's exactly what I needed! Thanks! Now the only issue I have is the labels aren't displaying as I want them to display. The only choice is to use labels from one of the pollers. I set labels on each of the pollers, but they don't seem to make a difference in the displayed headings. How can I set labels for the column…
-
Just as I suspected. Thanks for the help!
-
Still no joy - When I test it still says "The remote server returned an error: (403) Forbidden" Here is the settings dialog for the HTTP Monitor. The login.jpg is sent several packets after the 403 Forbidden, and the monitor doesn't get past the 403.
-
We too are interested in a more comprehensive and easier to use API we can use to automate some of the more time consuming tasks related to adding and defining nodes and their properties.
-
I added that to the trigger and it made no change to the email alert. The serial number 90780f5e displayed in the email message for Drive D: is a valid Drive D: serial number for 354 other Nodes (servers) in our Orion database, but not for this Node. One thing I failed to send earlier is the Test Log, but it appears to be…
-
That's good for them, but why make every customer reinvent the wheel to get this done? Everything is known about the node; Name, IP Address, SNMP version and community names, OID, Custom Properties, etc., and can be input to a batch process that creates the node. We're trying to streamline processes to save people time and…