http://jira.hyperic.com/browse/HHQ-1914
The Windows Service within the system plugin should expose "Start Type" as a metric, where:
Automatic == 2
Manual == 3
Disabled == 4
Values are as defined by QUERY_SERVICE_CONFIG.dwStartType:
http://msdn2.microsoft.com/en-us/library/ms684950(VS.85).aspx
Anonymous