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:30]
gcooper
networking:monitoring:zenoss_devices [2014/05/12 16:19] (current)
gcooper
Line 46: Line 46:
  
 http://gimpland.org/now/2013/03/configure-snmp-on-citrix-xenserver-6-x/ http://gimpland.org/now/2013/03/configure-snmp-on-citrix-xenserver-6-x/
 +
 +http://support.citrix.com/article/CTX122337
  
   * Monitoring is performed using XenAPI, not snmp   * Monitoring is performed using XenAPI, not snmp
Line 59: Line 61:
 ==== Add Server ==== ==== Add Server ====
  
-**Infrastructure -> Devices -> Add XenServer Endpoint (+)**+**Infrastructure -> Devices -> (+) -> Add XenServer Endpoint**
  
   * Use ''root'' and root password   * Use ''root'' and root password
   * 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.1399919446.txt.gz · Last modified: 2014/05/12 12:30 by gcooper