Comments
-
Sure thing, rschroeder. It's nothing fancy, and we are using them for volumes, not nodes. (It's also a nice little workaround for managing volumes, as they have been missing from the manage node/interface page for, well, forever...) I'd think you would benefit more from using the default threshold options for your use…
-
Hopefully, I will get some time to check this later today. I will post result(s).
-
Thank you very much for the information. This is what I found. I will have to look into it more now. 07-May-20137:47 PM6999420163.68934815503493E+1907-May-20138:02 PM07-May-20138:17 PM07-May-20138:32 PM07-May-20138:47 PM4470407361.84467407751747E+1907-May-20139:02 PM07-May-20139:17 PM07-May-20139:32 PM07-May-20139:47…
-
word to my mother! I totally agree with you...
-
would be nice to know... still
-
Much appreciated!!! This is working exactly as needed, now, thanks to your input. Thank you very much for your help. -Will
-
I finally got one right! Everyone needs to mark this down in the records books.
-
I agree with dgsmith80. Since everything will be rebuilt during the next upgrade, and it's always good to have an easily accessible backup, I would just stop/disable the main site once everyone is pointed over to the new site.
-
davidcmp Please copy/paste your HTML code into the reply, instead of a screenshot. I cannot test a screenshot, but I can copy/paste your HTML and test that on my dev server.
-
tdanner Yes sir, I am in that beta. However, my tiny brain must be malfunctioning, again, as usual, as it did not send me the memo to simply point my sdk login to the beta server... pfft... how worthless can I be... WAIT... nobody answer that! Thanks, -Will
-
bobmarley Or... could you use the "All Nodes" resource, which cascades similarly to the "All Groups" resource... And then just filter on a custom property? (Custom property being the key value which designates a group?) That resource is already built, and ready to go...
-
Tony Vispetto you will see the dots/dashes whenever your sample size/time is less than your polling/stats time. so, if your npm poller(s) only poll/get stats every 2 minutes, and your sample is set to every 1 minute, then you will get dots.
-
I've had/seen similar issues in our environment too. Nodes monitored via ICMP or SNMP showed as unknown. I would attempt to change them in bulk, but they would failed. After failing, they all just started working/responding again. Glad to hear you got them working again.
-
pknox Actually, it seems we are down to 668 devices. Here are the different versions we are using. Let me know which ones you are using, and which specific stats you are looking for, and I will see if I can find anything. BLC B6 2521BLC 6640 012BLC 64505BLC 6152 015BLC 62146BLC 6252 036BLC 6440 018BLC 6212 0211B6-64012BLC…
-
pknox We have roughly 700 B-series DSL blades being polled in NPM. What specific environmental stats are you looking for? Occam/Calix DSL blades are not the best for storing information in the best place. I have had to build some custom pollers, and then piece them together to get various software/firmware/revision data…
-
vortex Sure thing, just click on the "Customize Page" link, in the upper right hand corner of the page. Then click on the green "+" icon, in the column you want the resource to be added in. Search for "overall devices", or just navigate through all of the various resources, and select the one you want. Then click "Add…
-
phillsb Yes, with UDT being an option here, I believe UDT would be the best place to get your numbers. While I am not certain, I think you would need to have NCM run an inventory job to have those details available. Perhaps cnorborg or vispetto would know better. Unfortunately, I do not have my lab environment running…
-
kstone Yeah, same here... I'm in no way a DBA or SQL person either... While I'm surely doing it all wrong, it does work for now, so I suppose things could be worse.
-
joe.stall Glad you got it all working. Thank you, -Will
-
artemme You are almost there... Try changing the "Group By", from "Feature", to "Type". Then choose "Reports". Then click on "Custom Table". I hope it helps. Thank you, -Will
-
While a new module would still be a nice thing to have, I am hoping for it to simply be an improvement to the existing platform.
-
sk3l3t0r If you want to select all of the devices (20 of them, in your case) that show a config difference, but you want to be able to run a config on that same selection (which takes place on a totally different page), you should be able to do the following: On your "Running V.S. Startup Config Conflict" pie chart, click…
-
sja I'm not certain of the intended purpose/outcome of using that option, however, when I use it, it creates a single file, and dumps all of the results of the executed command(s)/script from the NCM job, from all of the devices, into that single file. This allows me to easily build a page of command results, which can be…
-
jeffreyc Should be on same page as other option. Make sure you're saving the configs with enough of a difference in the names. This is the template I use to save mine. ${NodeGroup}\${Caption}\${YYYY}-${MM}-${DD}\${YYYY}-${MM}-${DD}_${HH}:${NN}:${SS}${AMPM}_${Caption}_${ConfigType}.Config This way it goes all the way down…
-
You make it, and I'll vote it up?
-
Well, dhanson, I think I finally accomplished my goal here... I took your advice, the query example you provided, a bunch of time, and a ton of research... and I was able to come up with the following. --[SWNPMDB].[dbo].[CustomPollers]-- [UniqueName]-- entitySoftwareRev-- entitySoftwareRevExtWITH a AS(SELECT…
-
dhanson Thank you very much for the information provided. I have only spent a small amount of time working through your suggestion, so far, however, I have not had much success yet. At first, the query failed, as you stated it might. So, I made the recommended changes, and I was able to get the query to process, although,…
-
nafees.khan It appears to still be working for me. From the error message you are getting, I would say there would be something wrong with the way you have the query entered. Perhaps you can simplify the query, and see if it works any better? I would make sure the basic part of the query works first, just to make sure…
-
martian monster If your logs are there, for that Windows Server, you should be able to see them in the "Orion.APM.WindowsEvent" table with this SWQL query. SELECT EventCode ,TOLOCAL(TimeGeneratedUtc) AS TimeStamp ,ComputerName ,SourceName ,User ,Message FROM Orion.APM.WindowsEvent WHERE EventCode = 10028
-
martian monster Are you actually pulling, or sending, those events to Orion, or are you just having Orion check them and return and yes/no?