User Tools

Site Tools


networking:monitoring:zenoss_devices

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:monitoring:zenoss_devices [2014/05/12 12:34]
gcooper
networking:monitoring:zenoss_devices [2014/05/12 16:19] (current)
gcooper
Line 66: Line 66:
   * Discovery is scheduled   * Discovery is scheduled
     * **Advanced -> Jobs**     * **Advanced -> Jobs**
 +
 +===== Windows Server =====
 +
 +:!: The Microsoft Windows ZenPack is already installed by default.
 +
 +:!: Tested with Windows Server 2012 R2.
 +
 +  - Add a new device.
 +  - Choose ''/Server/Microsoft/Windows'' device class
 +  - Configuration Properties
 +    * zWinRMUser (DOMAIN\username)
 +    * zWinRMPassword
 +
 +
 +FIXME Is any of the below useful?  Is the username/password necessary?
 +
 +Install Kerberos on Zenoss host:
 +
 +<file>
 +yum -y install krb5-workstation
 +</file>
 +
 +
 +
 +
 +SNMP: http://binarynature.blogspot.com/2011/06/configure-windows-device-for-zenoss.html
 +
 +
 +Install in PowerShell:
 +
 +<file>
 +Import-Module -Name ServerManager
 +Add-WindowsFeature -Name SNMP-Service
 +Add-WindowsFeature -Name SNMP-WMI-Provider
 +services.msc
 +</file>
 +
 +<file>
 +winrm get winrm/config
 +
 +winrm set winrm/config/Service/
 +
 +</file>
 +
networking/monitoring/zenoss_devices.1399919669.txt.gz · Last modified: 2014/05/12 12:34 by gcooper