Comments
-
good mission
-
I am on NPM 12.1 think your looking for this? its within the 'schedule'
-
The 'tip' links are really good im wondering where can i find these whitepapers?
-
fantastic look forward to this
-
HI selvakumaran.l apologies for the delay, I have written up an article here: Operation hours Alerting | Map Syncing | RAG Status Workflow on how I achieved this originally from this article Scoreboard
-
voted up always like to see improvements to solarwinds here you can find something you are looking for by hcy01uk some really good work below Alert Prioritising Dashboard (SWQL) for Problematic Nodes (Servers)
-
* 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…