Comments
-
Tracking people's social networks (within industry and enterprise social network) is turning out to be the best way to find the star employees. These "connectors" or "hubs" are the ones highly connected between teams and often the go-to person for many people whether it's just to reconnect the requestor with another…
-
Both traditional social networks and also enterprise collaboration tools
-
I would remove the columns (from both) that you don't need or plan for this to be a full page width audit. One limitation of Custom SQL resource is no export so let me know if you need the SQL for a report version so you can add &dataformat=xls for your end of year node audits? Custom SWQL Query: SELECT n.caption as Node,…
-
can I roll up one or several IPAM's into EOC yet? Please
-
I have an SWQL resource to audit for ICMP nodes you could easily modify for SNMP SWQL: SELECT nodes.nodeid as netobjectid , nodes.caption as Node , '/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N%3a' + ToString(nodes.nodeid) AS [_LinkFor_Node] , '/Orion/images/StatusIcons/Small-' + nodes.StatusLED AS [_IconFor_Node]…
-
I've had to create custom query for this but would prefer a better search resource like the one ipam uses.
-
working on a SWQL query to show all our objects in a way we can compare what is not in Appstack. Does anyone know why a simple sub-select might not work in SWQL? Anyone get this to work? SELECT COUNT(ContainerID) AS [Groups] ,(SELECT COUNT(Nodes.NodeID) AS [Servers] FROM Orion.Nodes) AS [Servers] FROM Orion.Container
-
Here's what I am using to show group members in a SWQL Custom Query resource: SELECT g.Name , g.detailsURL as [_Linkfor_Name] , '/Orion/images/StatusIcons/Small-' + g.StatusDescription + '.gif' AS [_IconFor_Name] , g.Description , g.PollingEnabled , g.RollupType , Count(cm.ContainerID) as [Group Members] FROM Orion.Groups…
-
Very interesting perspective- I think my implementation of severity, while based on Win events, might have an inherent data timezone aspect. Critical alerts go out immediately and are about now now now. Error events indicate something non critical HAS happened and are summarized by shift or daily. Warning events are…
-
Required reading for all our GOC engineers
-
The worst offender for me is NCM where I'll be comlaring a config line by line with terminal and with my finger on the last line look away and back and ah crap it reloaded. I find solace in a few views which do not refresh as most resource views- just click the top title of the resource to open it full screen and without…
-
Who should I send chocolates to? You or the Mrs?
-
Oliver, Based on what I have seen, if you define those volume types and interface types or name patterns in the discovery profile then they don't get added to begin with. Now if you need to exclude volumes by name then I would make a feature request. Today it looks like it's not in the beta You likely can still include…
-
Hardware health is now supported natively for the onboard administrator IP. Add one and see if you like that- otherwise you can still use custom poller OID's
-
I would add that I am being asked more and more to incorporate into our logging data from API sources.
-
Did you ever replace OpNet AppInternals for your JBOSS monitoring?
-
I just looked and I'm on nTA 3.01 and using Cisco netflow - should it be calculating our sample rate?
-
What version of core and npm are you on? Where are you entering this code, custom query?, SWQL Studio, /Orion/Admin/swis.aspx ? What do you get with this query? SELECT top 10 GetDate() AS [Now], ToLocal(GetDATE()) AS [Local] FROM Orion.Nodes
-
I would like to be able to set planned maintenance schedules with the option of muting alerts and filtering off AppStack, status summary and other resources while still collecting metrics. Also plan to populate this table via API with our ServiceNow change requests and associated CI's. Bonus if we can mute specific object…
-
Here's my table results and here is my Applications summary view (no limitations on account nor page)
-
Steven, I have a basic device template now - what specific actions did you want to manage? management of the virtual connect like AAA, snmp, syslog? Adding Ethernet networks, uplinks, associating them?
-
I would like to also see more devices supported by inventory/change templates - Cisco UCS for example.
-
wanine39 wrote: do i have to pay extra $$ for an additional poller? do i have to get a new licence for the poller? if i want to deploy like "Centralized Deployment with Remote Polling Engines" on page 9, what s/w do i have to d/l to install a poller at the remote sites? i currently run the DB, NPM and NCM as separate VM's.…
-
Not an F5 expert but I play one on TV... I was told our F5 connection preference had to be set to sticky so that active connections stayed on the same load balancer. This is due to IIS not being clustered and sharing active connections like you would with something like memchached. planning on loadbalancing soon so happy…
-
Yes - should include whether to add to NCM, UDT, etc
-
We have the same thing in a site code group and another sitecode firewall group. We learned the hard way if you place a whole router in the group but just the wan links go down you will still have the original problem and a whole site full of devices go down vs unreachable. Add just the wan interfaces, set the group as…
-
well I kinda feel today's answer didn't match at all what the hint said was the number one first place, always start here place to look. Confused
-
It was for me until I turned it off
-
Is the scripting lab not this already? Do you want more of a learning scripting lab?
-
Our CMDB allows for comma delimitated lists and we use it all the time for this exact use-case. Agree this would be great to have.