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 11:34]
gcooper
networking:monitoring:zenoss_devices [2014/05/12 16:19] (current)
gcooper
Line 45: Line 45:
 ===== Citrix XenServer ===== ===== Citrix XenServer =====
  
-  * Monitoring is performed using XenAPI+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
  
 Install the XenServer ZenPack. Install the XenServer ZenPack.
Line 53: Line 57:
   * Install with Zenoss GUI   * Install with Zenoss GUI
     * **Zenoss -> Advanced -> ZenPacks -> Install**     * **Zenoss -> Advanced -> ZenPacks -> Install**
 +    * **Zenoss -> Settings -> Daemons -> Zopectl -> Restart**
  
-Restart Zope as the ''zenoss'' user:+==== Add Server ==== 
 + 
 +**Infrastructure -> Devices -> (+) -> Add XenServer Endpoint** 
 + 
 +  * Use ''root'' and root password 
 +  * Discovery is scheduled 
 +    * **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> <file>
-su zenoss +yum -y install krb5-workstation
-zopectl restart+
 </file> </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.1399916082.txt.gz · Last modified: 2014/05/12 11:34 by gcooper