Fixed
Details
Assignee
Ronny TrommerRonny TrommerReporter
Daniel HammonDaniel HammonLabels
Components
Fix versions
Affects versions
Priority
Trivial
Details
Details
Assignee
Ronny Trommer
Ronny TrommerReporter
Daniel Hammon
Daniel HammonLabels
Components
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created June 10, 2011 at 11:19 AM
Updated December 28, 2014 at 4:29 AM
Resolved December 14, 2014 at 12:56 PM
There is no WMI class
Win32_PerfFormattedData_TermService_TerminalServices
on Windows 2008 server.I would like you to add to the default
wmi-configuration.xml
:<wpm name="win32_terminalservices2k8" wmiClass="Win32_PerfFormattedData_LocalSessionManager_TerminalServices" keyvalue="ActiveSessions" recheckInterval="3600000" ifType="all" resourceType="node"> <!-- Collect these attributes. * Name is the unique name used for keyvalue. * Alias is the local name for the RRD file. * wmiObject is the WMI object instance. * Type is used to convert values around. The number of active sessions, including the console. --> <attrib name="ActiveSessions" alias="wmiTSSessActive" wmiObject="ActiveSessions" type="Gauge"/> <!-- The number of inactive (idle, disconnected) sessions. --> <attrib name="InactiveSessions" alias="wmiTSSessInactive" wmiObject="InactiveSessions" type="Gauge"/> <!-- The total number of sessions. --> <attrib name="TotalSessions" alias="wmiTSSessTotal" wmiObject="TotalSessions" type="Gauge"/> </wpm>
This is a copy of the setting just with another class
Win32_PerfFormattedData_LocalSessionManager_TerminalServices
and of course a different name.