Comments
-
ah, sorry. you have several options. you can click on the node and go down to right column to list of nodes and click on the one you need to edit. that will take you to the interface details page. click edit interfaces in the section under the guages. This is where you select the check box to edit bw your other option is…
-
I guess I should say a tab for my company with specific customized menu items (views) for the company.
-
search thwack for "for xml path". I have some posts that show you how to integrate output into html table. it can be hair pulling fun though...fair warning.
-
please provide specific contrasting examples (one that changed before/after and one that didn't). When do these changes appear to be occurring? SW - any thoughts?
-
yea, argg!!! Please post results of ticket when they are done. thanks
-
I always get bitten by McAfee blocking outbound to port 25 (prevent worm mass emails). Also, our SNMP server is ACL'd...so, you have to add all of your polling engine IPs and/or check McAfee/antivirus on each system. also test via command line by telnetting to server on port 25 -> google test sending email via cmd command…
-
Please reply back with results mjsweet130
-
aLTeReGo, there is currently nothing (notes or otherwise usable) that goes with the alert to the history table [per alert instance], is that right? I would think this would be very useful for auditing purposes. want to verify before I put a feature request in , thanks.
-
are you using/monitoring the traps alert engine or the main Orion alerting engine? Since using custom SQL, I'm going to assume main Orion alerting engine. that being assumed; right now, the only way I can think to do this is by using ${vbData3} and ${vbData1} in the tag and making that part of the "alert message" starting…
-
you didn't do anything wrong. my bad. that is a custom field I use that "chops" the caption to just the hostname; this allows reports, etc... to look a little cleaner for us. replace all instances of "hname" with "caption" and you will be good to go!
-
I can promise it is no where near as open in the back as this pretty pic shows!
-
glad to hear you got it straightened out!
-
This code was written for my environment so you will have to tweak for your environment... so, basically, the WHERE clause is how you filter your results. in my code, I am pulling back devices where Nodes.Caption start with R-XRT-A through D --i.e. these would match - R-XRT-Arouter, R-XRT-charlie -- these would NOT -…
-
like mentioned before, depends on what you are tasked with/trying to accomplish as well as what your background is... if you've had prior programming and underestand SQL basic concepts you'd probably be bests served by taking the "writing queries using T-SQL" good luck
-
for the right now part, just use getdate() - no need to dateadd/datediff that one. Here is a working example of between noon and 2pm: ( LTRIM(DAY(t.DateTime)) = (LTRIM(DAY(getdate())) ) AND LTRIM(MONTH(t.DateTime)) = (LTRIM(MONTH(getdate())) ) AND ( t.DateTime BETWEEN CAST(Convert(Char(10), t.DateTime, 101) as…
-
thanks all, that is a big help!
-
agree w/ mdriskell. I have not ever been able to successfully utilize syslog w/ NPM as it "puts a hurting" the main server and the environment just can't support it. It is a shame I had to purchase another product to do what NPM should have been accomplishing for the last 3 or 4 years.
-
it will have to match your main engine version specifically for NPM/core I think. So in your customer portal, you should go to download section, select "additional web server"; Then go down to "individual downloads" section and grab the version(s) [via dropdown menu] of the Module(s) you have; start with NPM, then install…
-
Mark, I too would be interested in hearing other alternatives. Would you please elaborate? TIA! Dobbs
-
I'm seeing very good performance. my pollers are running around 6200 pollers each, and they average around 99.5% completion unless the DB server is running big reports, then it dips to 99.2-3% for an hour or two. That also includes netflow streams and syslog (DB is about 25GB average). My SQL is on VM 2k8 EE with SQL 2k8…
-
see this forum:
-
thanks for posting answer :)
-
Thanks for input!
-
weird, lost some posting??? anyways, maps query DB so they are live. you can also use the friendly map name like below: http://<serverName>/Orion/NetPerfMon/MapView.aspx?Map=<SavedMapName>&AccountID=<accountName>&Password=<Password> you would fill in appropriately where there are <> if you stuck with yours:…
-
Thanks Diner, appreciate the help. Yea, seems an odd one. good times
-
ok, so if you want to just point to new DB server, then just run the config wiz on NPM Box and click on Database and click next. it should prompt you to point to server, user, DB, user, etc...
-
try ${ID} and ${NodeId} (these will be legacy). for SWQL, try ${N=SwisEntity;M=NodeID} I've found SWQL and macros to be case sensative in some places and not in others. I usually just bang my head against it until it either works or my head splits open.
-
case 257735, uploading diag in a few, when it finishes.
-
gotcha. I had a problem with my emails where the email addresses had to be just right. I would suggest testing with just one name in the to: (if that is not the case) and also have it log to a local file or something so you can verify it is triggering. If still no love, I'd open a case.
-
ok, might have a better way...use roll over features they've added... click on edit at top right of view, at bottom "customize tooltips" add to appropriate area the given macro values. so for interfaces, to have the rollover show bps in and out I type in the Orion.NPM.Interfaces: In: ${InBps} Out: ${OutBps} you would do…