Comments
-
I just crossed this issue when creating a custom poller for monitoring available disk space on a couple of NetApp devices. When I tested the poller it worked fine, but the Web page showed "0" for both the chart and table displays. After a bit of digging I found this thread. I had just updated to NPM 10.2.2 from whatever…
-
In a meeting right now so haven't been able to read the link that Questionario posted, but I'm gathering the issue is with how the none / not all statement translates into SQL? If that's the case, why not create a simple condition of "does not contain"? Then you could do something like this: Trigger when all of the…
-
I am not sure if it is a "bug" or just an issue of converting SQL logic to english yet try to stay concise. In the future, you could try changing your alert to a Custom SQL and look at how the SQL is being generated and try to figure out the logic from there. Maybe there should be a tab that contains the un-editable SQL…
-
Lorenzo's suggestion fixed this issue for me.
-
I tried changing the "none" to "not all" and that seems to have fixed the problem =). If I notice it being quirky then I'll try your second suggestion. Thanks for your assistance...I just hope that the issue with the none/not all thing is sorted out soon. I'm one of those people who likes to try to figure out something on…
-
I know this is an old thread, but it shows at the top of a several searches I did when I had the same problem. I hit this issue when the VM Host that Orion is running on lost power. The fix for me was re-running the configuration wizard for NPM. I told it to just configure the Web site, and I left all the settings the…
-
Thanks for the feedback. That wasn't my issue, but it may help some people. My issue was that the Web Cache folder did not exist.
-
Thanks, I have looked at doing it that way, but if Cisco has a MIB that will tell me the # of MACs without having to do any calculations then that would be the best option.
-
Thanks for the response, mcbridea. Can you explain what you mean about it being at the same level? The "Trigger Alert when NONE of the following apply" is a complex condition. The SW alert creator nested it the way that it did. Are you saying it needs to be ordered differently? Questionario, you're right about the…
-
Well, the issue isn't the polling of the device, or even telling which one is active. The issue is having Orion know that it's actually looking at FWSM2 when it suddenly has the IP of FWSM1. I've pretty much come to the conclusion that it just can't be done. I changed the names in Orion from FWSM1 and 2 to FWSM(active) and…
-
Thanks Sean
-
Yes I understand that it all has to be done through SNMP There's no specific MIB to get the data I want, but you can find out the number of MAC addresses on each VLAN and then add them up. Cisco describes part of it in this…
-
The reports page just started working. I'm guessing that creating the Web Cache folder fixed it, since the reports have never been there as far as I know.
-
I opened a support case with SW on this and they got it sorted out (thanks Bill for helping me out!). It turns out that the inventory job was not completing. I thought that the interface list generated in the scripts was coming through a live SNMP poll, but it turns out that it is based off the inventory. My inventory job…
-
I opened a ticket with SW on this as well and they came back with this response: Development team have been confirmed as a bug. The fix is due for release in a future update, but there is no specific time frame for this release yet. The issue is reproducible when configuring web site to direct IP address and non default…