Page MenuHomeDevCentral

php-fpm.sls
No OneTemporary

php-fpm.sls

# -------------------------------------------------------------
# Salt :: Alkane :: Nasqueron PaaS for static and PHP sites
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import dirs, services with context %}
{% set network = salt["node.resolve_network"]() %}
# -------------------------------------------------------------
# Export php-fpm metrics
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
phpfpm_exporter_lusitaniae:
pkg.installed
{% if services["manager"] == "rc" %}
/etc/rc.conf.d/phpfpm_exporter.conf:
file.managed:
- source: salt://roles/webserver-alkane/monitoring/files/rc/phpfpm_exporter.conf
- template: jinja
- context:
ip: {{ network.private_ipv4_address }}
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 18, 17:25 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3168263
Default Alt Text
php-fpm.sls (940 B)

Event Timeline