Skip to content

Instantly share code, notes, and snippets.

@jams008
Created May 13, 2020 04:46
Show Gist options
  • Save jams008/e8923ffe0b703979d607ea2cb93657b7 to your computer and use it in GitHub Desktop.
Save jams008/e8923ffe0b703979d607ea2cb93657b7 to your computer and use it in GitHub Desktop.
UserParameter=fpm.start_time,/etc/zabbix/scripts/fpm.sh start_time
UserParameter=fpm.start_since,/etc/zabbix/scripts/fpm.sh start_since
UserParameter=fpm.accepted_conn,/etc/zabbix/scripts/fpm.sh accepted_conn
UserParameter=fpm.listen_queue,/etc/zabbix/scripts/fpm.sh listen_queue
UserParameter=fpm.max_listen_queue,/etc/zabbix/scripts/fpm.sh max_listen_queue
UserParameter=fpm.listen_queue_len,/etc/zabbix/scripts/fpm.sh listen_queue_len
UserParameter=fpm.active_processes,/etc/zabbix/scripts/fpm.sh active_processes
UserParameter=fpm.max_active_processes,/etc/zabbix/scripts/fpm.sh max_active_processes
UserParameter=fpm.idle_processes,/etc/zabbix/scripts/fpm.sh idle_processes
UserParameter=fpm.ping,/etc/zabbix/scripts/fpm.sh ping
UserParameter=fpm.total_processes,/etc/zabbix/scripts/fpm.sh total_processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment