You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
LICENSE | 7 years ago | |
README.html | 7 years ago | |
check_phpopcache | 7 years ago | |
opcache.php | 7 years ago |
README.html
PHP opcache monitoring plugin
Nagios output: checks opcache usage and applies warning and critical levels to it.
Influx Line Portocol: collects percentages of opcache usage, hits and misses.
Requirements:
- PHP interpreter
- PHP script (opcache.php) on a webserver where opcache is enabled
Example php.ini
[opcache] opcache.enable = 1 opcache.enable_cli = 0
Plugin parameters
check_phpopcache -U[-w 80] [-c 90] [-i] [-m measurement] Optional parameters -w Warning level for Nagios format -c Critical level for Nagios format -i Influx Line Protocol output format instead of Nagios -m Measurement name ("opcache" by default) Example: check_phpopcache -U http://domain.com/opcache.php -i