This shows you the differences between two versions of the page.
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 ===== | ||
- | | + | http:// |
+ | |||
+ | http:// | ||
+ | |||
+ | | ||
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 '' | + | ==== Add Server ==== |
+ | |||
+ | **Infrastructure -> Devices -> (+) -> Add XenServer Endpoint** | ||
+ | |||
+ | * Use '' | ||
+ | * 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 ''/ | ||
+ | - Configuration Properties | ||
+ | * zWinRMUser (DOMAIN\username) | ||
+ | * zWinRMPassword | ||
+ | |||
+ | |||
+ | FIXME Is any of the below useful? | ||
+ | |||
+ | Install Kerberos on Zenoss host: | ||
< | < | ||
- | su - zenoss | + | yum -y install krb5-workstation |
- | zopectl restart | + | |
</ | </ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | SNMP: http:// | ||
+ | |||
+ | |||
+ | Install in PowerShell: | ||
+ | |||
+ | < | ||
+ | Import-Module -Name ServerManager | ||
+ | Add-WindowsFeature -Name SNMP-Service | ||
+ | Add-WindowsFeature -Name SNMP-WMI-Provider | ||
+ | services.msc | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | winrm get winrm/ | ||
+ | |||
+ | winrm set winrm/ | ||
+ | |||
+ | </ | ||
+ |