Comments
-
* How important is APM to your job?* I mange around a dozen SolarWinds pollers and sql instances, starting up a few years back now I have heavy relied on a different combination of sam & wpm to be my wing man, mainly sam but APM metrics have helped me to curve the time investigating and given engineers reliable data so…
-
Same
-
OH BOY, im really glad i downloaded this module, now to brush up on some 'PS' i love you
-
hehe, no problem
-
Very nice article and very nice references thank you Iv been using the syslog/ trap viewers and found them to be beneficial, the reason I guess I have never really gone to Kiwi is because the 'syslog viewer' or 'trap viewer' events are stored in the database once in the database I can run SQL queries to my hearts content..…
-
HI, would something like this work? I don't use this type of alerting but might give you an idea..
-
i would have really loved this recently something simple to see total devices up/down similar to the NCM/ NTA pie charts. i couldn't get the pie chart so had to opt for this type of view
-
This is how you need to look at the values RawStatus(SQL) = Status (Swql) For the variables you mentioned here is an article on how to add variables: Success Center
-
ok dude let me know how you get on ill tweek to help you
-
really glad i can help i have looked in my db and i cant see 'mounted disk's' what you should do is filter what disks you have and just add them to the volumetype Volumes: select distinct VolumeType from Volumes i get this vendor: select distinct Vendor from Nodes also if you hover over the volume you can see what…
-
orioncrack what you can do here is update the vendor from this (n.Vendor like 'Windows') to this AND (n.Vendor IN ('Windows','VMware Inc','net-snmp','Linux')) you can poll any volumes that are monitored
-
This is what I through would happen, if the firmware resolves your issue post back just incase someone else gets the same issue:) Good work dude
-
aLTeReGo can i ask, what are the orphaned jobs? cheers, dan
-
Do you have enough liscense for this template? check settings> licences > SAM liences
-
no prob
-
can you run search the OID in the universal device poller and get a value back? On the success centre there is a link alluding to a permission checker issue it might be worth taking a look here: Success Center
-
agh i see bud, if your not sure. maybe use the Soalrwinds database manager or just a read only account. lol not the 'sa' like me MUHAhahahaha.. lol if you need me to review bits for you ill try help out i can run in my dev environment..
-
HI Gret, are you using SQL server 2008 by chance ? the CONCAT function was introduced in 2012 SQL server, you can use the following in SQL 2008. Select{fn CONCAT ()} something like this: Select {fn CONCAT('<img src="'+'/Orion/Images/StatusIcons/'+Nodes.Statusled+'" width="16" height="16">','<a href="' +…
-
sure, are you using a custom property for the email? if so, you can just assign that custom property to the alert and it would pick up email based on the nodes custom properties here is more information: Success Center
-
orioncrack Version 3 thank you for the feed back. i have now added some custom links for volumes and added per node basis i actually have another idea id like to implement into this this report it should be ultimate volume report at the end Volume Report - Fixed Disk - Available - Size - Used - overall volume capacity NEW…
-
Done a quick browse been abit tided up today check this link out the Second one seems more legit Catalyst 6500 generates SNMP-3-INPUT_QFULL_ERR when receiving IF-MIB - SolarWinds Worldwide, LLC. Help and Support i actually think this is the solution at the moment for you seems to meet everything you've mentioned Cisco…
-
yo, could you run this is SWQL Studio ? SELECT CustomPollerStatusOnNodeTabular.Uri, CustomPollerStatusOnNodeTabular.DisplayName,Name.CustomPollerName,adminState.[Status] AS [Admin Status],ObjStat.[Status] AS [Object Status] FROM Orion.NPM.CustomPollerStatusOnNodeTabular AS CustomPollerStatusOnNodeTabularINNER JOIN…
-
HI, sure, you just need to toggle the 'Time-based settings' to 'Yes' this will then give you the desired output once you 'submit'
-
np, i am wondering are you locked down to only these 12 servers? ideally, an perhaps building one new addition poller with the 2016 O/S first, then migrate all your nodes to another additional poller to keep up with polling, of course networking will need to be configured for this polling, this will now give you time to…
-
Defiantly contact Support they will be able to help you if this is unusual activity, best of luck but one last thing check the logs TopologyCalculator.logs Mine are here yours will be in the same place but depends on your install. C:\ProgramData\Solarwinds\Topology\Logs
-
thanks for your help with this mesverrum you have definitely solved this, i should have been more specific with my information i was creating a Custom Chart in the report section not as a recourse and creating the dummy chart as a recourse works wonderfully as a resources but as a custom chart not so. i can work with this…
-
hi, A few things here: * can you run a SNMP walk on the device and search the OID? * have you tried to poll the same OID on a diffrent node? how to run walk exe: Success Center id put my money on this one: * from experience i have seen organisations create views on SNMP so information from the MIB is explicitly revoked on…
-
SELECT n.Caption AS NODE,CASE WHEN DATEDIFF(DAY, e.EventTime, getdate()) > 3 THEN CONVERT(NVARCHAR(50), DATEDIFF(DAY, e.EventTime, getUTCdate())) + ' days ago' ELSE CASE WHEN DATEDIFF(HOUR, e.EventTime, getdate()) > 3 THEN CONVERT(NVARCHAR(50), DATEDIFF(HOUR, e.EventTime, getdate())) + ' hours ago' ELSE…
-
i guess this would be the ideal scenario # Connect to SWIS $swis = Connect-Swis -Hostname $orionServer -UserName $orionUsername -Password $orionPassword # Fetch an existing report definition $reportInfo = Get-SwisData $swis "SELECT top 1 Name, Category, Title, Type, SubTitle, Description, Definition, LimitationCategory,…
-
Deltona I Agree, this would make my life allot easier specially when i use these tiles inside EOC and use grouping customers with custom properties is quite tedious. It would also be good to have the ability to not only link to nodes/ volumes and interfaces etc but to have it link to Alerts and sync criticality of alert…