Comments
-
Try specifying the "IP Port Number" for the other URLs in the HTTP Monitor. So you would use the same node, but add an HTTP Monitor with the different IP Port #'s. Zak Kahl Loop1 Systems http://www.loop1systems.com
-
It looks like you have the correct idea here. Parent <- Children (in group). So, when you lose connectivity to the parent, all the children will change there status to "unreachable", and the parent will be "down". Therefore the parent will trigger you alert condition for "status = down", and the children shouldn't trigger…
-
Hello, I haven;t seen a setting for this. It could be that when it crashed the side bar got moved and it now appears the side window isn't available. Try to hover your mouse to see if you can open it back up. Thanks, Zak Kahl Loop1 Systems http://www.loop1systems.com
-
Hello, I think you should move the Speed setting to the top under ALL branch. The way it sits it picks up any monitored interface that has a speed over 10000000. Then the alert Interface would need to be down, higher speed, and match any caption string listed. Zak
-
Steve, Advanced alert manager does this by using multiple condition groups. Below is a quick example. Remember when to use the [all, any, none, not all] correctly. And also make sure your nesting is alligned correctly. Use one condition group to match the servers and the other to match the applications. Let me know if you…
-
Raul, Is this the PDF that you looked at? The Solarwinds Admin Guides are pretty informative and this should be good to get you started. http://www.solarwinds.com/documentation/IPSLA/docs/IPSLAManagerAdministratorGuide.pdf Zak Kahl http://www.loop1systems.com
-
Hi Debbi, Its there. You can get this by selecting "Current - Hardware Status" for report type. Hope this helps you out. Zak Kahl Loop1 Systems http://www.loop1systems.com
-
Colin, I think flexible netflow is currently only supported on the 3750-X line. The configuration is explained here. http://www.cisco.com/en/US/docs/switches/lan/catalyst3750x_3560x/software/release/15.0_1_se/configuration/guide/swmnetflow.html I Zak Kahl Loop1 Systems http://www.loop1systems.com
-
Dale, Yes, it will install SQL Express as an option. All you have to do is choose the "Express Install" option during the installation process. I would install NPM first then install the others the same way. The install will install everything it needs in the process. Now, I just did this recently without any issues on a…
-
I believe the above pattern will only match lines that contain both "crypto" and "certificate". Try adding this pattern below to ignore the certificate. ^[ \t\r\n\v\f]*certificate[ \t\r\n\v\f]*self-signed Zak Kahl Loop1 Systems http://www.loop1systems.co
-
You could add a custom property to the volumes. Then setup in the same alert "condition groups" that also point to that custom property. Just make sure the top trigger is set to "any". Or if you don't want to use custom property then you can use the "volume size" condition. You may also need to add a nested "condition…
-
Hello, You can forward alerts to any SNMP server. This can work for alerting on your modules NPM, SAM & IPAM. You can do this with the advanced alert mgr or basic alert mgr, and selecting "Send an SNMP Trap" under trigger/Reset Actions. I would recommend sticking with Advanced Alert mgr for all you alerting. NCM doesn't…
-
Hi Jeremy, Not sure if this is the answer you are looking for. But in Atlas, if you change the node label to ${CellName}, then this will auto fill for you with the custom property name. So when ever the custom property changes, then the Maps should change as well. I am not sure how you can make this change quickly without…
-
In report writer, try unchecking "Group historical data by days" under the general tab. Hope this helps. Zak
-
I see you have a condition for the "percent used to be equal to 95.01919". Seems like it would be tough to hit this on the button. Try change "is equal to" to "greater or equal" and give it a try. Then the variables may be able to match the volume in question. Zak Kahl Loop1 Systems http://www.loop1systems.com
-
If you still have Netflow installed, you many not want to delete the table. But, if you are just trying to remove the netflow data from the DB then you can try these one of these two approaches. 1) Go into NTA settings, under Database settings reduce the number of days to keep the data. Then when the next maintenance is…
-
Hi Mmatt, You will need to use Universal Device Pollers to get the information via SNMP from them. The UDP is located on the Orion Server. I haven't seen anyone doing this with SAM and any templates. Look at this thread for getting temperature readings. This thread has a has some UDP's you can use for this. Hope this…
-
If you go into report writer (on the Server), you can change one of the existing neflow reports for this. Or you can just create a new one. There is a tab called "Top XX", and you have a choice to "show all records". You can also add filter condition to only choose the node you want on this report. Zak Kahl Loop1 Systems.
-
Hello, You every figure out a work around for this? I am trying to do same thing except for EIGRP. OperStatus not helping me filter out interfaces that are UP but no EIGRP neighbor.
-
NPM can monitor via ICMP, SNMP or WMI. In the case of the U1930 you can add it using ICMP but won't get any SNMP info like, memory, utilization, interfaces, etc. But you can monitor to make sure the node is reachable. Hope this helps. Zak
-
A J Did you also provide the orion login at job setup? If you did, make sure the user-id has permissions to view reports. Usually you get this when you didn't provide a Orion account, or it was entered wrong. Zak Kahl Loop1 Systems
-
Hello, NPM has a built in resource that may be what you are looking for. And you can put this on one of your views to always have the latest information. After you add this "Custom Object Resource" to your view, then you can configure it for interace of your choice. Then choose what type of info you want to display,…
-
The limit is on a per server basis. Its the total number of elements. After 12000 elements you need to think about adding another polling engine. Total elements is the total number of nodes + interfaces + volumes. Assuming you have an unlimited license, Orion won't stop if you go over 12k elements, but polling will slow…
-
Your issue is probably the limitations on the view. Remove them and that should clear your issue. Since you are using account limitations the view limitations may not be needed. Zak Kahl Loop1 Systems.
-
If you look under settings -> Polling Settings You will see an entry "Syslog Messages Retention ". Just change this to "365" days. Zak Kahl Loop1 Systems
-
To change the threshold, go to settings -> Orion thresholds. But this is a global setting for all drives,. For your advanced alert question. This is possible but you would either need to make a different alert for each server, or make different conditions that match each server and set the thresholds. It would probably be…
-
Andrew, This will be best done by using dependencies. Since you already have the groups defined, it will be pretty easy to do this. Just create a dependency, and make a parent and child. Either can be a group. When a parent is down, the child group will go into 'unreachable' instead of down. And you won't get all the extra…
-
Is there a firewall running on 192.168.0.102? You may want to turning that off 1st, then see if it works. If that is the issue then you will need to configure the firewall to allow TFTP IP port # 69. Zak Kahl Loop1 Systems
-
You can use Hardware Sensor under 'Property to Monitor'. Here is one I have used for Temperature. The values are in Celsius. Hope this helps Zak Kahl Loop1 Systems http://www.loop1systems.com
-
If you use the advanced alert mgr, you should be able to do what you are asking. 1) Is there a way to reference custom fields in the trigger? Under "trigger condition" you can reference the custom property values for volumes, nodes or interface. So, if you create a custom property called "HUSH" then you can make that a…