zenoss

yum complains (incorrectly?) of MySql dependencies - when installing zenoss

偶尔善良 提交于 2019-12-11 18:27:49
问题 I'm trying to install Zenoss Core - following the instructions in the installation manual, but it complains on dependencies which seems it should not. Looks like it is not looking at the locally installed packages. Could you suggest a way to change the yum command to get around this problem? To illustrate, even though all my installed MySql RPMs are of version 5.6.10-1.el6 [root@ip-10-110-175-98 tmp]# rpm -qa | grep -i mysql MySQL-server-5.6.10-1.el6.x86_64 MySQL-shared-5.6.10-1.el6.x86_64

SNMP - Getting information from a process

不问归期 提交于 2019-12-07 12:48:00
问题 I need to setup a process monitor on a number of servers using a monitoring tool called Zenoss. The problem I'm facing is how can I get information on a specific process via SNMP? I'm not familiar with SNMP at all and I'm having trouble finding out what I need. I've been trying to use a tool called SNMP-Probe but it only seems to give basic system information, nothing that I need or can use. Any help here is appreciated. 回答1: What you need is to query the hrSWRunTable in order to gather the

SNMP - Getting information from a process

我与影子孤独终老i 提交于 2019-12-05 23:17:12
I need to setup a process monitor on a number of servers using a monitoring tool called Zenoss. The problem I'm facing is how can I get information on a specific process via SNMP? I'm not familiar with SNMP at all and I'm having trouble finding out what I need. I've been trying to use a tool called SNMP-Probe but it only seems to give basic system information, nothing that I need or can use. Any help here is appreciated. What you need is to query the hrSWRunTable in order to gather the information you need. This MIB gives you a lot of information such as process name, path, type, status,