Comments
-
The layout changes once you have selected the chart. Have you scrolled to the bottom of the drop down, as average bits per second is further down the list.
-
Ok, just so I have this straight, does your alert trigger action (email/event log) have a line that writes interface status using a variable (${status}), meaning the interface had to be in "warning" status at the time of the alert, or is "warning" hard coded meaning that the interface could have been anything except up or…
-
Perfect. Thank you Stuart
-
Brandon, anything you can add? Stuart
-
**BUMP** Perhaps SW Staff could chip in here?
-
The sting you choose is up to you. The defaults are usually PUBIC and PRIVATE, but these should be changed. The only criteria is they match at both ends
-
Ok, I think I see where you going with this. You have create a custom Network Summary view, rather than referring to a nodes details view? Which resources have you placed on the view to show the nodes? Could you paste a screenshot of your view to help me understand?
-
your highlighting in your first post is the delay between the first escalation & the next. your highlighting & request in the second post for the initial delay is on the trigger condition NOT trigger action
-
<bump>
-
You're welcome
-
I'm still not sure I'm understanding your question, but if my answer above is not what you are looking for my other train of thought is you are asking about how things are displayed on the web page? Each page is a "view" in the views table. A view contains many resources (the widgets as you put it) These are stored in the…
-
The line should look like: where (Interfacelastchange < @prev60) and i.Status <> 1 and i.adminstatus <> 4 and (n.Caption like 'xxx%' OR n.Caption like 'yyy%' )and i.InterfaceTypeDescription = 'Ethernet' Removing the leading % Although what you have will work, so I'd say that you have no YYY devices that meet the remaining…
-
Very much so.
-
Run this query in database manager SELECT * FROM [dbo].[Resources] where resourceid = xxx This will give you the resource name and which page it is located on Substitute xxx for the resourceid you found in the URL The custom SQL monitor is a SAM resource, so will be part of an application template somewhere. You can copy…
-
The variable to use in this case is not ${NodeName} but ${Caption}. The exact scenarios when each should be used varies depending on the alert, however when one doesn't work, the other generally does.
-
Hi The fix is for pollers that DO NOT have internet access... Stuart
-
@sotherls Which view? Stuart
-
Sure, the OID's are: First virtual disk - 1.3.6.1.4.1.674.10893.1.20.140.1.1.13.1 Second virtual disk- 1.3.6.1.4.1.674.10893.1.20.140.1.1.13.2 Supported types: 1: Concatenated 2: RAID-0 3: RAID-1 7: RAID-5 8: RAID-6 10: RAID-10 12: RAID-50 19: Concatenated RAID 1 24: RAID-60
-
No, I truncated it, as it's long and repetitive. Can I send it to you by email?
-
Using which trigger action component? (some screenshots would help)
-
Are you using HTML emails? Also, I've seen things like this happen before when the SQL query brings back a nul value. If you run: SELECT * FROM CustomPollerStatusTable In database manager, are you getting any results?
-
Because a 15 minute timeframe is long enough to ensure a number of polling periods have passed. You would probably get away with 10. My theory is that you are initiating the failure and correcting it quicker than NPM can see it.
-
Hi, The resourece I am using to overcome this exact issue was downloaded from here: it is "last xx events Filtered" resource, for which the filter (as suggested by Yann) is "Events.EventType !=19" Hope this helps Stuart
-
Could you post some screenshots? (We love screenshots )
-
NetPerfMonService.exe Regards Stuart
-
The Location field is a value that is gained from direct polling. Any manual editing of this field will (as you have found) be overwritten on the next poll. You should be looking for a custom property (usually to the far right of the nodes table) that is not directly polled.
-
A good implementation for this would be to simply add an Advanced Alert option to change node status (and possibly add some additional alert status types). I added feature request specifying this type of implementation quite a while back. I'll add a +1 to that request too ;)
-
At risk of making this a "me too" thread, I'm experiencing the same issue. To me it seems like sometimes the maps ignore the scale set and dispalying at full size, and on a refresh (or two) the scale returns correctly. Checking the "Display cached map while the new map is being loaded" check box and clearing the cache…
-
Glad you got it sorted.
-
Hi, It's been nearly two years since I posted this, so sorry to drag up an old thread, but after numerous new releases, I still dont seem to be able to achieve this. Is this something that will ever appear or do I need to give up hoping?? Thanks Stuart