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 10:15]
gcooper
networking:monitoring:zenoss_devices [2014/05/12 16:19] (current)
gcooper
Line 15: Line 15:
 </file> </file>
  
-===== Mikrotik RouterOS =====+===== Mikrotik Devices ===== 
 + 
 +Install the Mikrotik ZenPack. 
 + 
 +  * Download to Desktop 
 +    * http://wiki.zenoss.org/Free_Zenoss_ZenPacks 
 +  * Install with Zenoss GUI 
 +    * **Zenoss -> Advanced -> ZenPacks -> Install**
  
 Get info: Get info:
Line 30: Line 37:
 </file> </file>
  
 +Limit access if the device has a public IP:
 +
 +<file>
 +/snmp community set public addresses=10.10.1.0/24
 +</file>
 +
 +===== Citrix XenServer =====
 +
 +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.
 +
 +  * Download to Desktop
 +    * http://wiki.zenoss.org/Free_Zenoss_ZenPacks
 +  * Install with Zenoss GUI
 +    * **Zenoss -> Advanced -> ZenPacks -> Install**
 +    * **Zenoss -> Settings -> Daemons -> Zopectl -> Restart**
 +
 +==== 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>
 +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.1399911335.txt.gz · Last modified: 2014/05/12 10:15 by gcooper