Hi All,
Does any modules or functions is able to monitor the notebook battery status?
Thank you.
Ray
This information would be available remotely through WMI on Windows OS in the Win32_Battery class.
http://msdn.microsoft.com/en-us/library/aa394074(VS.85).aspx
This would require APM.
On linux, you would need to make the SNMP agent run a script (Net-SNMP => Extend feature).
Since Net-SNMP can be installed on Windows OS, Extend feature could work too.
You could then create Universal Device Pollers in Orion.
There are probably more solutions than the ones listed above.
HTH,
Yann
Hi Yann,
Does any documents that I can reference for creating it on Solarwinds?
BR
If you choose the APM option using WMI, this below thread will put you on the road:
If you go for the SNMP way, the below links will explain you how to create Universal Device Pollers:
Admin Guide
http://www.solarwinds.com/NetPerfMon/SolarWinds/wwhelp/wwhimpl/js/html/wwhelp.htm#href=OrionAGMonitoringCustomMIBs.htm
Video Tutorial
http://www.solarwinds.com/resources/democenter/Orion/UniversalDevicePollerIntro/index.html
Thanks,