If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
i have this machine
redhat 4 es
redhat 3 es
Windows 2003
Windows 2000
Up-ux 11.11
and i hope zabbix was good to systeme supervision
Zabbix will install on redhat4es and i superviseur other mahine
but i m looking zabbix-agent for this machine
spanich french no problem only with dutch and other idiomas!
the last config files:
/etc/zabbix/zabbix_agent.conf
Server=xxx.0.xxx.xx
Timeout=3
/etc/zabbix/zabbix_agentd.conf
# This is config file for zabbix_agentd
# To get more information about ZABBIX, go http://www.zabbix.com
############ GENERAL PARAMETERS #################
# List of comma delimited IP addresses (or hostnames) of ZABBIX servers.
# No spaces allowed. First entry is used for sending active checks.
# Note that hostnames must resolve hostname->IP address and
# IP address->hostname.
Server=xxx.x.xx.xxx
# Server port for sending active checks
#ServerPort=10051
# Unique hostname. Required for active checks.
Hostname=localhost
# Listen port. Default is 10050
#ListenPort=10050
# IP address to bind agent
# If missing, bind to all available IPs
#ListenIP=127.0.0.1
# Number of pre-forked instances of zabbix_agentd.
# Default value is 5
# This parameter must be between 1 and 16
StartAgents=5
# How often refresh list of active checks. 2 minutes by default.
#RefreshActiveChecks=120
# Disable active checks. The agent will work in passive mode listening server.
#DisableActive=1
# Enable remote commands for ZABBIX agent. By default remote commands disabled.
#EnableRemoteCommands=1
# Specifies debug level
# 0 - debug is not created
# 1 - critical information
# 2 - error information
# 3 - warnings (default)
# 4 - for debugging (produces lots of information)
DebugLevel=3
# Name of PID file
PidFile=/var/tmp/zabbix_agentd.pid
# Name of log file.
# If not set, syslog will be used
LogFile=/tmp/zabbix_agentd.log
# Spend no more than Timeout seconds on processing
# Spend no more than Timeout seconds on processing
# Must be between 1 and 30
Timeout=3
####### USER-DEFINED MONITORED PARAMETERS #######
# Format: UserParameter=<key>,<shell command>
# Note that shell command must not return empty string or EOL only
#UserParameter=system.test,who|wc -l
### Set of parameter for monitoring MySQL server (v3.23.42 and later)
### Change -u<username> and add -p<password> if required
#UserParameter=mysql.ping,mysqladmin -uroot ping|grep alive|wc -l
#UserParameter=mysql.uptime,mysqladmin -uroot status|cut -f2 -d":"|cut -f1 -d"T"
#UserParameter=mysql.threads,mysqladmin -uroot status|cut -f3 -d":"|cut -f1 -d"Q
"
#UserParameter=mysql.questions,mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d
"S"
#UserParameter=mysql.slowqueries,mysqladmin -uroot status|cut -f5 -d":"|cut -f1
-d"O"
#UserParameter=mysql.qps,mysqladmin -uroot status|cut -f9 -d":"
#UserParameter=mysql.version,mysql -V
I lunch:
#zabbix_agentd
and when i look the log files i have this:
[root@localhost /]# more /tmp/zabbix_agentd.log
020227:20070510:123108 zabbix_agentd started. ZABBIX 1.1.7.
020228:20070510:123108 zabbix_agentd 20228 started
020229:20070510:123108 zabbix_agentd 20229 started
020230:20070510:123108 zabbix_agentd 20230 started
020231:20070510:123108 zabbix_agentd 20231 started
020232:20070510:123108 zabbix_agentd 20232 started
020232:20070510:123108 Cannot connect to [127.0.0.1:10051] [Connection refused]
020232:20070510:123108 Getting list of active checks failed. Will retry after 60
seconds
020232:20070510:123208 Cannot connect to [127.0.0.1:10051] [Connection refused]
020232:20070510:123208 Getting list of active checks failed. Will retry after 60
seconds
020232:20070510:123308 Cannot connect to [127.0.0.1:10051] [Connection refused]
020232:20070510:123308 Getting list of active checks failed. Will retry after 60
seconds
020232:20070510:123408 Cannot connect to [127.0.0.1:10051] [Connection refused]
020232:20070510:123408 Getting list of active checks failed. Will retry after 60
seconds
020232:20070510:123508 Cannot connect to [127.0.0.1:10051] [Connection refused]
020232:20070510:123508 Getting list of active checks failed. Will retry after 60
seconds
020232:20070510:123608 Cannot connect to [127.0.0.1:10051] [Connection refused]
please someone can help me and tell me what is wrong please?
# 1. Create the ZABBIX account and unzip zabbix
Donc je sais pas comment on fais sous red hat pour créer un nouveau compte en ligne de commande mais en graphique sa donne ceci:
login: zabbix
pass:zabbix
# Untar ZABBIX sources.
on récupére le fichier et on dézippe:
You need to configure this file for every host having zabbix_agent installed. The file should contain IP address of ZABBIX server. Connections from other hosts will be denied. Note, that no end of line character should present in the file.
You may take misc/conf/zabbix_agent.conf as example.
# 7. Configure /etc/zabbix/zabbix_agentd.conf
You need to configure this file for every host with zabbix_agentd installed. The file should contain IP address of ZABBIX server. Connections from other hosts will be denied. You may take misc/conf/zabbix_agentd.conf as example.
# 8. Run zabbix_agentd on all monitored machines
shell> /opt/zabbix/bin/zabbix_agentd
Note that you should not run zabbix_agentd if you have chosen to use zabbix_agent!
Pour voir le log si il y a des probléme
more /tmp/zabbbix_agentd.log
Comment