hi
I am using zabbix 2.0.2
I want to monitor apacher server on agent ..
I import xml file on server and added a user parameter to zabbix agent :
UserParameter=apache[*],/path/to/apache-status.sh $1
But no there was no dta in graph..I searched that items were not suppoted .
In server.log
error is
4626:20120912:142238.881 item [open-web1:apache[BytesPerSec]] became not supported: Received value [] is not suitable for value type [Numeric (float)]
4626:20120912:142238.882 item [open-web1:apache[kBytes]] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
4624:20120912:142303.897 item [open-web1:apache[Accesses]] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
4624:20120912:142303.897 item [open-web1:apache[BusyWorkers]] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
4630:20120912:142308.899 item [open-web1:apache[BytesPerReq]] became not supported: Received value [] is not suitable for value type [Numeric (float)]
4630:20120912:142308.899 item [open-web1:apache[IdleWorkers]] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
4630:20120912:142308.899 item [open-web1:apache[ReqPerSec]] became not supported: Received value [] is not suitable for value type [Numeric (float)]
4630:20120912:142308.899 item [open-web1:apache[Uptime]] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
4624:20120912:142508.948 item [open-web1:apache[ReqPerSec]] became not supported: Received value [] is not suitable for value type [Numeric (float)]
Please suggest a sloution I am not getting what to now
I am using zabbix 2.0.2
I want to monitor apacher server on agent ..
I import xml file on server and added a user parameter to zabbix agent :
UserParameter=apache[*],/path/to/apache-status.sh $1
But no there was no dta in graph..I searched that items were not suppoted .
In server.log
error is
4626:20120912:142238.881 item [open-web1:apache[BytesPerSec]] became not supported: Received value [] is not suitable for value type [Numeric (float)]
4626:20120912:142238.882 item [open-web1:apache[kBytes]] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
4624:20120912:142303.897 item [open-web1:apache[Accesses]] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
4624:20120912:142303.897 item [open-web1:apache[BusyWorkers]] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
4630:20120912:142308.899 item [open-web1:apache[BytesPerReq]] became not supported: Received value [] is not suitable for value type [Numeric (float)]
4630:20120912:142308.899 item [open-web1:apache[IdleWorkers]] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
4630:20120912:142308.899 item [open-web1:apache[ReqPerSec]] became not supported: Received value [] is not suitable for value type [Numeric (float)]
4630:20120912:142308.899 item [open-web1:apache[Uptime]] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
4624:20120912:142508.948 item [open-web1:apache[ReqPerSec]] became not supported: Received value [] is not suitable for value type [Numeric (float)]
Please suggest a sloution I am not getting what to now
Comment