Comments
-
if the component is "down" then removing thresholds won't help. it seems if you: 1. enable component check with issue and submit 2. unmanage app and ensure it goes to unmanaged 3. edit app and disable specific component check - while unmanaged - and submit 4. re-manage app This method has worked for me. HTH
-
If you are using MACROs for your map labels (like ${Caption}), they will auto update as they pull from the DB. if you just typed the name into a label, you will have to edit them - and I recommend using macros :)
-
I've done this for maps displaying purposes. I created a custom data field called HostName. I then run a JOB in the OS that launches a batch file running a SQL statement. I run it every night for every node, that way if the name changes, it is covered. This also allows auto-updating maps... See attached:
-
good question. probably like "windows event" alerts. triggers for a cycle and goes away. Please post what you find. Thx!
-
right. That is why you'd need the way to "differentiate" when connecting the second instance of the same table. comes down to uniqueness...column 1 (pollerID) + column 2 (value#) or something. OR perhaps it's done in the where clause...need more info. definitely getting into hairy area. fun stuff; if your twisted like me.
-
perhaps something like if entry exists in apm_thresholds table for given componentid then overridden for that type of component check? Thanks for assistance aLTeReGo
-
yes, and make it heavy duty please! I'd definitely get a few of these.
-
Is anyone still having these issues? I'm on SP3 and I still get these issues 50-70% of the time. Its killing me. I'm going to have to roll back to 9.1 for a second time if I can't get past this.... HELP! I have a ticket open as well, but I'll try anything. Thanks
-
and thank you!
-
umm, definitely...though like bscience said...not looking per-se
-
GREAT TIMING. This was high on my to do list so I knocked it out. Here is the SQL you can plug into web report gui. select n.nodeid, n.Caption, d.StatisticData as ExpiresIn, d.ErrorMessage from APM_Component c LEFT JOIN ( select DISTINCT ApplicationID , MAX(ID) over (PARTITION BY ApplicationID) as lastID from…
-
I have a report that looks like (see below/attached)...for the interfaces, in the report, I have:: orion.ndchealth.int/.../View.asp Set for the URL under field format. I did this for the emailed reports....but what is being published is:: netperfmon/View.asp Which is obviously not working. I do have the NodeID and…
-
I've seen this as well. I filtered them off the top xx pages. I think it is due to ACLs and general FW protection, but would love a solid answer.
-
gotcha, I was just answering the basic question of what do they indicate... by port/host, I meant the handoff interface is administratively up, but "ACCORDING TO SNMP", the status is down, sometimes, this means there is no electrical signal, etc.. but this port is obviously up for you. Probably need to open a ticket with…
-
try searching google or something for mssql round transact-sql and select the one from msdn.microsoft.com
-
to be clear...see image: the routers on the left are mapped to the router object. The cloud image is mapped to a map called "EnterpriseRxDR". the Map "EnterpriseRxDR" is the web page on the right with firewalls, switches, and routers at that site.
-
try creating a new report and search for audit. there should be an option for last XX audit events (avail in 11.5) start here and get the last days worth [or however much] and filter unwanted from there.
-
yea, I'm running 5.1.0, but I have Other criteria I'd need to use. Right now, I have a lot of gear in NCM I don't need in there, but we want to keep an eye on in NPM, due to location, etc...
-
No worries; I did see the message. Thanks for reaching out though.
-
you can have two SEPARATE DATABASES with different NAMES (i.e. NetPerfMon, and NetPerfMonExpansion) on the same SQL server, they just can NOT talk to the same DB.
-
verify your 6500 is sending traps to this device. if you have a port that is shutdown and nothing plugged into it, do a no shut and shut and you should get traps for that. One thing to keep in mind for traps is they depend on network, so if firewall took dive, that might have impacted. also, firewall blade should have own…
-
keep in mind that you will get this everytime you upload using leapfile. SW, maybe you want to look at this auto email as we are told to use support@solarwinds.net to upload files and we always get this email in response. FYI
-
might have already checked for this but everytime I upgrade, I have taskmanager open ready to end process on netperfmonservice as that can take a very long time to close cleanly and on its own. So I usually start upgrade with all services stopped. Then as the install goes through, I watch for "restarting services" and as…
-
I did do a feature request on this. feel free to second it here :)
-
I'm getting this as well. I changed the backend web settings to show 10 max "messages/events" and it pulls up that time, next time I hgo to it, it pukes again. admittedly, I haven't had a chance to open a ticket. same setup as ecklerwr1.
-
it is; I basically put this effort off until I could dedicate some cycles to it.
-
no but basically you'd create a stored procedure that would run your two "jobs" separately and save the results to a variable @res1 and @res2 or whatever. select @res1=(avg(<your sql here>)) would be an example. search SQL docs for stored procedures and RETURN you'll have to do some experimenting so make sure you back up…
-
I use this for template based component checks. basically, you can set thresholds to x of y polls, etc..allowing you to delay the trigger and/or ensure really an issue. it got tricky because you have the main template and then you have the application monitor (applied to system) which can override template. This allows the…
-
via web console - admin section. Poke around, but I think under settings section.
-
what are you using to generate reports? NCM policies? if so, there is a checkbox in the report setup that indicates "Display Rules without Violation" - should be able to uncheck.