Page MenuHomePhabricator
Paste P5761

(An Untitled Masterwork)
ActivePublic

Authored by ema on Jul 19 2017, 9:32 AM.
Tags
None
Referenced Files
F8796110:
Jul 19 2017, 9:32 AM
Subscribers
None
# Job definition for nginx exporter
$nginx_jobs = [
{
'job_name' => 'nginx',
'file_sd_configs' => [
{ 'files' => [ "${targets_path}/nginx_*.yaml" ]}
],
},
]
prometheus::cluster_config{ "":
dest => "${targets_path}/nginx_${::site}.yaml",
site => $::site,
port => 9145,
}