-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need more than 1 value to unpack #9
Comments
can you post the output of /server-status? |
Let me know how else I can help? |
Can you also post a copy of "/server-status?auto" |
/usr/lib/zabbix/check_apache --config /etc/zabbix/zabbix_agentd.conf -o 127.0.0.1 |
On Apache 2.4.7 everything works fine, but I encounter the same error on Apache 2.4.18. Apache 2.4.7 server-status Total Accesses: 49002 Total kBytes: 288972 CPULoad: .00188242 Uptime: 89247 ReqPerSec: .54906 BytesPerSec: 3315.6 BytesPerReq: 6038.68 BusyWorkers: 2 IdleWorkers: 11 Scoreboard: __..__._____C._.W_.................................................................................................................................... Apache 2.4.18 server-status host.domain.tld ServerVersion: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g ServerMPM: prefork Server Built: 2016-07-14T12:32:26 CurrentTime: Friday, 28-Oct-2016 20:09:16 CEST RestartTime: Friday, 28-Oct-2016 20:06:42 CEST ParentServerConfigGeneration: 1 ParentServerMPMGeneration: 0 ServerUptimeSeconds: 153 ServerUptime: 2 minutes 33 seconds Load1: 0.00 Load5: 0.16 Load15: 0.30 Total Accesses: 48 Total kBytes: 34 CPUUser: .08 CPUSystem: .02 CPUChildrenUser: 0 CPUChildrenSystem: 0 CPULoad: .0653595 Uptime: 153 ReqPerSec: .313726 BytesPerSec: 227.556 BytesPerReq: 725.333 BusyWorkers: 1 IdleWorkers: 10 Scoreboard: ..._......_.......W....._.........._...__.__..._._.................................................................................................... TLSSessionCacheStatus CacheType: SHMCB CacheSharedMemory: 512000 CacheCurrentEntries: 0 CacheSubcaches: 32 CacheIndexesPerSubcaches: 88 CacheIndexUsage: 0% CacheUsage: 0% CacheStoreCount: 0 CacheReplaceCount: 0 CacheExpireCount: 0 CacheDiscardCount: 0 CacheRetrieveHitCount: 0 CacheRetrieveMissCount: 0 CacheRemoveHitCount: 0 CacheRemoveMissCount: 0 |
I can confirm that this, in combination with the |
When I run /usr/lib/zabbix/check_apache --config /etc/zabbix/zabbix_agentd.conf
I get
"failed to parse server-status: need more than 1 value to unpack"
RHEL 7.1
Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
Can confirm I can access /server-status from localhost.
The text was updated successfully, but these errors were encountered: