24 May 2020 06:16 PM
I'm following a case where disks might be a problem. Have been wondering if OneAgent factors in SMART disk data? Have not found anything in the documentation, so not sure if this should be an RFE? Does someone know?
25 May 2020 07:57 AM
I don't think SMART data are collected or processed by OneAgent. This is a good RFE or a subject for OneAgent Host plugin. Since most of the hosts where oneagent is installed are VMs, I do not expect this to be a highly anticipated feature.
25 May 2020 09:10 AM
You are right in that most are VMs. The use-case I have is about physical DBs, but the OneAgent Host plugin might be a valuable way forward...
25 May 2020 09:36 AM
Don't you have some sort of SAN / disk arrays in your case?
Having any physical disk attached to a physical host is quite rare in enterprises nowadays.
Smart data can be accessed only by privileged users and oneagent plugins run as non privileged user. So you have to deal with this limitation and use sudo (Linux) or some other alternatives.
25 May 2020 10:47 AM
Yes, there is a SAN, but there are local too. You are right about smartctl, and it might be a challenge. I'll have to think if I go that route. Another idea I'm imagining is getting the data from the logs.
25 May 2020 01:22 PM
At this time SMART disk data is not supported. But you can Toss in that RFE, and support will review your UseCase and possibly add that feature or build a custom plugin