Comments
-
Here's what we have in production though - maybe we need a goldilocks choice in here
-
I know it was designed to spotlight the node circle above it but it does not when you have more servers and it isn't down. Even with my preferred design of Spotlight being the default action after focus clicking an object - still having the volume tooltip state node caption is our first priority AppStack enhancement. Enjoy…
-
You da man Leon.
-
From what I can tell those are still in the win32 syslog and traps viewer apps. Can't wait to see them move over as well.
-
Using the same and the fix is to set up a Config ignore filter for ^recommission server and ignore line.
-
I'll second that I've used powershell to execute the snmpwalk from net-snmp or snmpwalk.exe from www.snmpsoft.com Key is to have powershell include an IF test for a single OID such as sysUptime
-
I need it to so I added the idea here:
-
= amazing! I can't get access to the database on this eval IPAM version as we test before production roll out so I would have never have known about IPAM_Settings. quick select * from IPAM_Settings shows only users who have modified their columns which leads to a plan - I'll try to select a user not in the table to see if…
-
Interested Thanks, Christian
-
If no one else has said so - planned maintenance window for node (upcoming scheduled unmanage events)
-
And if you don't want to see which VM's are not monitored but literally when a single VM is on/off network then you would simply add that node to be monitored then copy the "Alert me when a node goes down" alert - and add a simple condition and pick from the drop down menus Network Nodes/Node Details/NodeID and then is…
-
Can you provide an example of what your are trying to do or a working query in SQL? Thanks, Christian
-
I so wanted that to work but I am still getting just the macro when there are no returned rows: Message: Priority: High Displayed ID: 125061 Solarwinds Database-Node status is Up, One or more application monitors is in a Warning state. Application Status- SQL Agent Jobs:${SQL: SELECT ISNULL(Name,'None') FROM…
-
Shame on me for not making time for the beta - next time.
-
THanks- yes I use that looking for one that will return the current logged in user for that session like ${username} like we use for ${nodeid}
-
That document doesn't clearly say how to add the UCS fabric interconnects... Do we add the add UCS in this order? * VIP IP address with snmp and UCS manager credentials * click on primary FI in UCS Overview resource and add with snmp and UCS manager credentials * click on subordinate FI in UCS Overview resource and add…
-
I would be OK if IPAM itself would not have additional polling engine but in a case you are using those from NPM and SAM it should accept DHCP/DNS node maintained by remote pollers.
-
-
Here's what I am using for SWQL custom resource with some improvements - I actually like this more then the report since I have more control over icons, etc. AppInsight for SQL Job Report in SWQL Custom Query Resource
-
I had to create this for our DB team - I think I almost have it but need to have the SQL agent last run status enumerated for me so I can invert this with a where lastrunstatus <> 1 and still show the outcome properly- aLTeReGo can you assist with that?
-
Any chance the Nagios script monitor could be used with the nrpe (Nagios remote plugin executor)? http://www.linuxsysadmintutorials.com/setup-a-nagios-nrpe-to-monitor-the-load-on-a-system/ It would seem this template uses only ssh vs the port, say 5666, and protocol Nagios uses. Thoughts?
-
We did 17777/8,1801, and 1433 with success. I just opened up a FW for wmi Citrix polling and found I forgot ICMP- it's always something.
-
tdanner wrote: Number formatting is not SWQL's strong suit. YUP. More functions would help and as the OP mentioned being able to have more control over CAST/ Convert in addition to ToString() functions.
-
Yeah- I tested in the powershell swissnapin, New-SwisObject $swis -EntityType 'Cirrus.IgnoredNodes' -Properties @{ CoreNodeID = $nodeidToIgnore}, it seems to operate as expected. Still having an issue with discovery central adding servers to NCM and pushing us past our license so its time to put a stop to this madness.…
-
hmm - in SAM 6.2 I am seeing all the available statuses under component. As for too many component alerts...yeah...um...yeah...how many components do you have? I've got more then 5 thousand and some nodes have hundreds - no way I can afford to send out hundreds of tickets because the component alerts triggered before the…
-
We don't fit into that mold then as we have 100 DB servers all alike which do need thresholds managed as a group. Without the ability to copy an AppInsight template I am forced to use SQL updates. Not that you needed to force my hands on that. Just leaves threshold management at the admin level when it should be app owner…
-
I have had luck setting a column format to generic icon, adding the relative link from /Orion/ path, and using the $ variable to pull what sql field returns.
-
Any examples of using the executeSQL call in the real world? Can I call this mid-script to return data from custom Orion tables? tdanner : do you recommend keeping our custom tables out of your DB and rely on other SQL queries? p
-
In addition to what holy said- I have had a specific issue with a version of NX-OS where the mib-bridge topology poll was causing high CPU due to a bug. Removed mib-bridge from config and it was fine till upgrade- moral of story- start a support case with Cisco.
-
My SQL developer schooled me on this recently after discussing custom query SWQL vs creating new resources. Apparently the resources are hardcoded to read from dll's and while its possible to create simple resources its not easy to guarantee that the underlying tables or code doesn't change in upgrades. So after doing both…