I'm not sure if this is my fault or a bug, either way, I'm on a looming deadline to get this working, so any help would be appreciated.
I'm attempting the following trigger:
The graph for this trigger is constantly showing [No Data]
My agentd.conf file looks like this:
###################################
#########################################
But my server log is showing the following errors:
If anyone has any ideas of where else I can look, something else I could troubleshoot, or any other ideas as to what could be wrong, I'd GREATLY appreciate any help you can provide.
Thanks much!
brian
I'm attempting the following trigger:
{testbed:mysql[ping].max(300)}=1
My agentd.conf file looks like this:
###################################
Server=10.5.5.10
# Server port for sending active checks
ServerPort=10051
Hostname=dingey
ListenPort=10050
#ListenIP=127.0.0.1
StartAgents=5
# How often refresh list of active checks. 2 minutes by default.
#RefreshActiveChecks=120
#DisableActive=1
#EnableRemoteCommands=1
DebugLevel=4
PidFile=/var/tmp/zabbix_agentd.pid
LogFile=/tmp/zabbix_agentd.log
Timeout=3
UserParameter=mysql.ping,mysqladmin -uroot -p <password> ping|grep alive|wc -l
# Server port for sending active checks
ServerPort=10051
Hostname=dingey
ListenPort=10050
#ListenIP=127.0.0.1
StartAgents=5
# How often refresh list of active checks. 2 minutes by default.
#RefreshActiveChecks=120
#DisableActive=1
#EnableRemoteCommands=1
DebugLevel=4
PidFile=/var/tmp/zabbix_agentd.pid
LogFile=/tmp/zabbix_agentd.log
Timeout=3
UserParameter=mysql.ping,mysqladmin -uroot -p <password> ping|grep alive|wc -l
My agentd.log looks OK:
002558:20060502:102011 Before read
002558:20060502:102011 In delete_all_metrics()
002558:20060502:102011 Parsed [ZBX_EOF]
002558:20060502:102011 Sleeping for 60 seconds
002558:20060502:102111 Sleeping for 60 seconds
002558:20060502:102211 In refresh_metrics()
002558:20060502:102211 get_active_checks: host[10.5.5.10] port[10051]
002558:20060502:102211 Sending [ZBX_GET_ACTIVE_CHECKS
dingey
]
002558:20060502:102211 Before read
002558:20060502:102211 In delete_all_metrics()
002558:20060502:102211 Parsed [ZBX_EOF]
002558:20060502:102211 Sleeping for 60 seconds
002558:20060502:102011 Before read
002558:20060502:102011 In delete_all_metrics()
002558:20060502:102011 Parsed [ZBX_EOF]
002558:20060502:102011 Sleeping for 60 seconds
002558:20060502:102111 Sleeping for 60 seconds
002558:20060502:102211 In refresh_metrics()
002558:20060502:102211 get_active_checks: host[10.5.5.10] port[10051]
002558:20060502:102211 Sending [ZBX_GET_ACTIVE_CHECKS
dingey
]
002558:20060502:102211 Before read
002558:20060502:102211 In delete_all_metrics()
002558:20060502:102211 Parsed [ZBX_EOF]
002558:20060502:102211 Sleeping for 60 seconds
004050:20060502:095848 Expression [{11256}=0] cannot be evaluated [Unable to get value for functionid [11256]]
004053:20060502:095900 Evaluation of expression [{11237}=0] failed [Unable to get value for functionid [11237]]
004053:20060502:095900 Expression [{11237}=0] cannot be evaluated [Unable to get value for functionid [11237]]
004053:20060502:095901 Evaluation of expression [{11238}=0] failed [Unable to get value for functionid [11238]]
004053:20060502:095901 Expression [{11238}=0] cannot be evaluated [Unable to get value for functionid [11238]]
004053:20060502:095930 Evaluation of expression [{11237}=0] failed [Unable to get value for functionid [11237]]
004053:20060502:095930 Expression [{11237}=0] cannot be evaluated [Unable to get value for functionid [11237]]
004053:20060502:095930 Evaluation of expression [{11238}=0] failed [Unable to get value for functionid [11238]]
004053:20060502:095930 Expression [{11238}=0] cannot be evaluated [Unable to get value for functionid [11238]]
004053:20060502:095900 Evaluation of expression [{11237}=0] failed [Unable to get value for functionid [11237]]
004053:20060502:095900 Expression [{11237}=0] cannot be evaluated [Unable to get value for functionid [11237]]
004053:20060502:095901 Evaluation of expression [{11238}=0] failed [Unable to get value for functionid [11238]]
004053:20060502:095901 Expression [{11238}=0] cannot be evaluated [Unable to get value for functionid [11238]]
004053:20060502:095930 Evaluation of expression [{11237}=0] failed [Unable to get value for functionid [11237]]
004053:20060502:095930 Expression [{11237}=0] cannot be evaluated [Unable to get value for functionid [11237]]
004053:20060502:095930 Evaluation of expression [{11238}=0] failed [Unable to get value for functionid [11238]]
004053:20060502:095930 Expression [{11238}=0] cannot be evaluated [Unable to get value for functionid [11238]]
Thanks much!
brian
Comment