Comments
-
Hey HolyGuacamole Yeah it does link properly as seen here: <device21> <userName>*****</userName> <useDFMProxy>false</useDFMProxy> <deviceType>NetApp</deviceType> <connectionTimeOut>60</connectionTimeOut> <sanLicense>true</sanLicense> <transportType>1</transportType> <deviceIP>*******</deviceIP>…
-
That's all well and good if i wanted to trigger EVERY error that happens but frankly some is just white noise especially during a backup process, etc. However if they just change the view that the alerts pull from to add more columns into the views the alerting can be more granular. That also leads me into another question…
-
I can't roll the beta into our production environment though
-
Interesting i was told by support PSv3 was not supported.
-
Perfect it it almost exact to my model. So looking at the looking at the log its either the fact that the subnet and iprange values are null or that the XML is getting all kinds of messed up with passed back to the api. 2016-03-23 11:46:18,868 [44] WARN SolarWinds.InformationService.Core.SwisJsonFormatter - (null)…
-
Is there a way for it to automatically pick up Volume Utilization and Name resolution? And by Name i mean Caption
-
NVM i found it Poller Types · solarwinds/OrionSDK Wiki · GitHub thanks again !
-
That would do it then thank you sir ... do you have a list of pollers ?
-
Correct bechtj thats how i currently have it setup.
-
Right custom table ... if i wasn't an idiot i would've seen that eariler
-
IS there a current way to do this or at this time not possible rob?
-
No worries i thought so but i was hoping someone had a work around maybe. Thanks again
-
I just made a quick test report using the SQL query type and i can export to excel right from the report. Additionally you can just query the database select all the columns and rows, then right click and hit save with headers and paste into your own XLS. This would save a ton of time trying to figure out a hack around the…
-
This might be because the alerts that you create also have to write to netperf as well so that it creates a message with the alert. I wrote this up as well Some Things Solarwinds Admins Can't Live Without some of that might help you. Please let me know if i can help any further!
-
Yes we have quite a few engines, i didn't try on another one yet but i will.
-
its a but of a pain yeah to get it working , but you have to give it a little love and it will do what ya need it to. We have it assigned to all of our unix nodes and it works perfectly .
-
Oh that's prob even better make the db do the work but i don't like that you can't add the new reports as resources in views now. It only includes the legacy reports. ....
-
SO i was looking this over more and found a better more cleaner and accurate way to do this Select Nodes.GroupStatus,Nodes.VendorIcon,Nodes.NodeID,Nodes.Caption,ActiveObject,ObjectType,ObjectName,TriggerTimeStamp,EventID,NetworkNode,NetObjectID,EventType,Message,EventTime,Nodes.IP_Address from AlertStatus inner join Events…
-
Yeah this is the only thing that comes through. identifierType = 0 identifier = 21 moduleName = mod.sys.na.NetApp message = IO Exception, unable to establish connection: Connection refused: connect
-
Also I've added these to our 5K's and 3K's as well and they all work properly.
-
I am more looking for things like alerting if a database is not healthy Or when whitespace is over the threshold Just a lot more granular than i saw in the views for the alerts for appinsight for exchange. But i don't want just the blanket something is wrong with the database, i want to get granular with the alerting and…
-
Nope just had to update the certs on the client devices, its better that way to stay security compliant. A lot of people have just been uninstalling the updates which is a bad practice.
-
So insightful, thanks but its been like that for days now and i've already bounced services now that we got the basic functions of IT down anything else ? I come here before i open a support case to see if anyone has run into it before and knows the fix rather than bothering an already busy support.
-
Actually now i am getting some errors on the web console still Error when executing task: Unable to get data DataPortal.Update failed SAVE ERROR REPORT LOCALLY RETURN TO HOME For more troubleshooting help, see the SolarWinds Knowledge Base , or contact support When i look at the patch summary. I tried an iisreset no go
-
I am pretty sure SAM can only run PS v2
-
Thank you!!
-
Slight change and i got it i just had to reverse the math a bit ,ToString(DayDiff(0,GETUTCDATE() - MAX(EventTime))) + ' Days ' + ToString(Ceiling((HourDiff(0, GETUTCDATE() - MAX(EventTime)) / 24.0 - Floor(HourDiff(0,GETUTCDATE() - MAX(EventTime)) / 24.0)) * 24 )) + ' Hours ' + ToString(Ceiling((MinuteDiff(0, GETUTCDATE() -…
-
Actually i lied , seems there is an issue Let's say the alert comes in at 12:45pm then its now 1:05PM it will show as 1 hour and 20 mins instead of just 20 mins because the ceiling is 1 more int than the floor now which makes sense but the MODULO op takes care of that already.... Any other ideas?
-
Thank you sir! Now it looks nice again ToString(DayDiff(MAX(EventTime),GETUTCDATE())) + ' Days ' + ToString(Ceiling((HourDiff(MAX(EventTime), GETUTCDATE()) / 24.0 - Floor(HourDiff(MAX(EventTime),GETUTCDATE()) / 24.0) ) * 24 )) + ' Hours ' + ToString(Ceiling((MinuteDiff(MAX(EventTime), GETUTCDATE()) / 60.0 -…
-
Sure not sure what else this can tell you though... NodeIDPollingMethodManufacturerModelLastPollTimeLastPollStatusLastPollMessageCategoriesWithProblemsCategoriesWithStatusIsDisabledAgentVersionAgentUrlAgentName34191Cisco Systems IncUCSB-B200-M32014-11-20 18:02:45.2931Disk (Unknown): DiskDrive 4:0 (Unknown), DiskDrive 4:1…