Skip to content

Commit

Permalink
corrected target information
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Nov 8, 2023
1 parent a2cc55c commit 49013c0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .ansible-sign/sha256sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ c8066ae4c79ca812f0abde5b42d4a0bf954a60c88b3eab2149d75d98b567c931 Elastic_restar
34f2b820ddd24642f57eb68f51ec9b990c762f6ac80eebc792cb2c9c42a2f061 MANIFEST.in
2e796c430ae2e8f0d061770ae1f58b19aaa8aec077388a73051dd71a316c4218 Nodeexporter.yml
5d7e02fa3a7a73509e6626d581883804627acec2859ded3b934418dce963f6be Promgraf.yml
eda6c139966bf5e0674258057fc3cd1c24ec63fae39e250c6deb6ea4469d9927 Promgraf_collection.yml
0aeb07c7996574b4d76491587b7395bdd30556d053c53704fba11899b40aa79c Promgraf_collection.yml
798346886b7ec801a19ed365c33f092e2d5dfb564c034ae886bc51785c89b232 README.md
e7106815fb74fd3100fa110ffc0d90b0ea09ac3953af2c90b93e02756b02e637 collections/requirements.yml
bcc7a97fdb676c3f94875a674a87d25cd286cabba5820a5bb0a3eb228951b568 email.yml
Expand Down
22 changes: 11 additions & 11 deletions .ansible-sign/sha256sum.txt.sig
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNATURE-----

iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmVLzcEACgkQTiIiIXrU
DNFaDwwAlAVACt1p10AqvhRvplV7Ewixuj+s2rfYEmZeewfI6CrUpSgERECtOFl7
SVkYR2G6j7Bemwk4dEpp0sY1ZO36m3f0KwQ3B2PsP8hLRU8nLMxAONVdISfHPzqZ
CByw4QmC0SpdzihTPiVlQFZt3+BIXI/lNb+2q7gKRr9OHTnUKtFMJPy9ZmGVewut
dorypVCshyQXgAeB3OouriK9H3M7AfalhOyElS3GXtLZyDSaA1wJBT4irIQJhN+M
ymKAhBitQdWzAUeyOZnjZbZz70QandNWXn5YP6cxf/Tn5gOVh5SHbP4b+MOZqqkn
hDAqkKPzMF9IIsxxp3yIiitLEkOjNmprxG//BamyhL9aBKiApESecs+ncqFpRPCp
Jyz1ps6VK6Dz10yQ+dVjdzNSoDXK1PdEKjuh74NgaBPGmvzRiG0MoOt2Su1vTRpS
+9F3yUXZt9MEeApitmiWvRdRrKgtKaihwS4A/idG+SMhgwYMGZC46FUsvNxvKd3R
6+DJftyq
=4XCf
iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmVL0QoACgkQTiIiIXrU
DNG5vAwAgGYyLDIxFM2tlsUxF1l9OAi5SeE4PX1+b0TJ+LDrdTd2QZjQMAlQeM66
UugdazEqyuDoWcpcTp0ILrwlRQ9vIgj3lug9XMGqVhI+oWIjXwCdZ0GsHzbMW8dJ
2oaFZ4YVEjIKfJmxUjNdCSh3IAsftxccAhS2aA6lIDwKVf6DQ79Be1V80tOi7TNo
skCsTIZFkM4gMAczGlUBds5JoKzeGeP0xAmPaCLEFo2jAyhL/ZBxtSL5jsMYeMNy
SlAxlTN1xGrh36OtmMpHQFRkdSaS6mQT/kJ8kX/MXaWoOFu5VOk+FzlMgPrIqb8T
9xxRbt+SUyChLwjyB/LUDVVeWU7oBZkqA2HIptGG69GA1LqQ+B0aDpyr7V3MHmEB
AH66wOfmSugOqZJDsYCTesHKDy6coqfJZHjM8+UBTSwl4kz2pbphHXM1wZ8WXrQf
4t3v+5URDJEjrH5TkHGF2b5L8Ee0cd4QsatWe0YmSm+2UwweIUC1S8LCmH+yccrH
21TK6gVH
=XrB1
-----END PGP SIGNATURE-----
12 changes: 6 additions & 6 deletions Promgraf_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
vars:
prometheus_alertmanager_config:
- static_configs:
- targets: ["promgraf.shadowman.dev:9093"]
- targets: ['grafprom.shadowman.dev:9093']
prometheus_global:
scrape_interval: 5m
scrape_timeout: 10s
evaluation_interval: "{{ tower_scrape }}"
prometheus_scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: '{{ inventory_hostname }}:9090'
- targets: ['{{ inventory_hostname }}:9090']
- job_name: 'tower metrics'
metrics_path: /api/v2/metrics/
scrape_interval: '{{ tower_scrape }}'
scheme: https
bearer_token: "{{ bearer_token }}"
static_configs:
- targets: 'tower1.shadowman.dev:443'
- targets: ['tower1.shadowman.dev:443]']
- job_name: 'tower1.shadowman.dev'
scrape_interval: '{{ tower_scrape }}'
static_configs:
- targets: 'tower1.shadowman.dev:9100'
- targets: ['tower1.shadowman.dev:9100']
- job_name: 'tower2.shadowman.dev'
scrape_interval: '{{ tower_scrape }}'
static_configs:
- targets: 'tower2.shadowman.dev:9100'
- targets: ['tower2.shadowman.dev:9100']
- job_name: 'rhel8.shadowman.dev'
scrape_interval: '{{ tower_scrape }}'
static_configs:
- targets: 'rhel8.shadowman.dev:9100'
- targets: ['rhel8.shadowman.dev:9100']
prometheus_alert_rules: # noqa yaml[line-length] # noqa line-length
- groups:
- name: selinux-rules
Expand Down

0 comments on commit 49013c0

Please sign in to comment.