Comments
-
OK, maybe you should post this in the Feature Request. I am not working for Solarwinds so I can't do it myself :-) Thanks
-
You can put it in anywhere you want Subject or Message Body. If the neighbors Node that goes down is not monitored by NPM you will receive the variable text instead of the matching node caption Also this variable will only work in trigger action it will not work in the reset action Test the variable with the simulate in…
-
Hi What link in NPM you are talking about?
-
Hi Would be great to know if it's working OK Thanks
-
I did try to re-create the alert and the trigger action does not work you can only see it in Orion general window Opened up case #1020501 and support we're able to reproduce and confirmed it is a bug in V12.0 it should be fixed in the next release but you never know and do not know when either Thanks
-
The stack power status must be embeded in the Switch Stack native poller, most probably cannot be disable for your stack that does not have power stacking, unless you create your own pollers for the stack there is no way to disable. Any Solarwinds engineer around to confirm this? Thanks
-
Hi Just received an email from Solarwinds telling me that my ticket became a confirmed bug in NPM 12.0. Dev working on it and should be fixed in the next trelease
-
I think they can't keep up with the V12 upgrade, I opened a ticket on July 20th "Case #1020501" and the Software Dev team are still working on it. I know they we're able to reproduce my problem with the alert complex condition but nobody told me if this is a problem with my Database or a Bug in the V12 engine and no time…
-
Hi blsanner That worked perfect I tried a few thing in SWQL and I was pretty close from your query but I did not know that this table Orion.NPM.CustomPollerStatusOnNodeTabular = CustomPollerStatusTable Thanks a lot
-
Hi Sean I tried this but it gives me all CDP neighbors for all the switches I have the Custom Poller activated. Is it possible to filter only for the node i'm looking at? Thanks
-
Hi Marc Thanks for the enlightenment about table pollers logics, The multiple test I did with the alert conditions directed me to see this behavior but since I do not have much experiences with Solarwinds I though that I did not do the right thing. I know about the RowID and did the test, unfortunately it change every time…
-
Hi Craig Thanks for the comments, unfortunately no NCM for me and more then 4000 switch port to monitor, $$$ only for CDP, Had to find a way to do it. Actually I will change the polling interval of the UnDP it is at 30 minutes now, but since it is only use for the name associated to the ifIndex of the port this never…
-
Hi for the All acknowledged just put the: WHERE AlertActive.Acknowledged = 'True' For the Cleared Alert do not know how, thanks
-
Try this ${SQL:SELECT Caption FROM NodesData left join NodeIPAddresses on NodesData.NodeID=NodeIPAddresses.NodeID where (NodeIPAddresses.IPAddress='${N=SwisEntity;M=NeighborIP}' OR NodesData.IP_Address='${N=SwisEntity;M=NeighborIP}')}
-
Go to admin setting then manage poller find the Switch Stack Poller then click on assign In this window just put the poller to off on the switch that are not stack Hope it help
-
If you create a node with the IP address of the neighbors that is down you can try this to have the name of the node ${SQL:SELECT Caption FROM NodesData left join NodeIPAddresses on NodesData.NodeID=NodeIPAddresses.NodeID where (NodeIPAddresses.IPAddress='${N=SwisEntity;M=NeighborIP}' OR…
-
What is NPM version? Also had this problem in V12.0 Advanced Alert As per Solarwinds it is fixed in 12.0.1
-
Go to admin setting then manage poller find the Switch Stack Poller then click on assign In this window just put the poller to off on the switch that are not stack Hope it help