p4prometheus_location.j2 #1

  • //
  • guest/
  • russell_jackson/
  • ansible-sdp/
  • roles/
  • perforce-sdp-monitoring/
  • templates/
  • p4prometheus_location.j2
  • View
  • Commits
  • Open Download .zip Download (554 B)
{# This file contains perforce location information for use with Grafana Geomap Plugin #}
{# https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/geomap #}
location{address="{{ perforce_location.address }}",city="{{ perforce_location.city }}",country="{{ perforce_location.country }}",latitude="{{ perforce_location.latitude }}",longitude="{{ perforce_location.longitude }}",office="{{ perforce_location.office }}",state="{{ perforce_location.state }}",studio="{{ perforce_location.studio }}",zip="{{ perforce_location.zip }}"} 1
# Change User Description Committed
#1 32488 Russell C. Jackson (Rusty) Ansible scaffolding for the sdp - Needs work.