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/10 17:19] gcooper |
networking:monitoring:zenoss_devices [2014/05/12 16:19] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Zenoss Monitored Devices ====== | ====== Zenoss Monitored Devices ====== | ||
- | :!: SNMP protocol uses port **161/udp** (read, device) and **162/udp** (trap, server). | + | :!: SNMP protocol uses port **161/udp** (read, device) and port **162/udp** (trap, server). |
===== CentOS Linux Host ===== | ===== CentOS Linux Host ===== | ||
Line 14: | Line 14: | ||
service snmpd start | service snmpd start | ||
</ | </ | ||
+ | |||
+ | ===== Mikrotik Devices ===== | ||
+ | |||
+ | Install the Mikrotik ZenPack. | ||
+ | |||
+ | * Download to Desktop | ||
+ | * http:// | ||
+ | * Install with Zenoss GUI | ||
+ | * **Zenoss -> Advanced -> ZenPacks -> Install** | ||
+ | |||
+ | Get info: | ||
+ | |||
+ | < | ||
+ | /snmp print | ||
+ | /snmp community print | ||
+ | </ | ||
+ | |||
+ | Enable SNMP: | ||
+ | |||
+ | < | ||
+ | /snmp set enabled=yes | ||
+ | </ | ||
+ | |||
+ | Limit access if the device has a public IP: | ||
+ | |||
+ | < | ||
+ | /snmp community set public addresses=10.10.1.0/ | ||
+ | </ | ||
+ | |||
+ | ===== Citrix XenServer ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | * Monitoring is performed using XenAPI, not snmp | ||
+ | |||
+ | Install the XenServer ZenPack. | ||
+ | |||
+ | * Download to Desktop | ||
+ | * http:// | ||
+ | * Install with Zenoss GUI | ||
+ | * **Zenoss -> Advanced -> ZenPacks -> Install** | ||
+ | * **Zenoss -> Settings -> Daemons -> Zopectl -> Restart** | ||
+ | |||
+ | ==== 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: | ||
+ | |||
+ | < | ||
+ | yum -y install krb5-workstation | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | 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/ | ||
+ | |||
+ | </ | ||
+ |