Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nomis use secrets #409

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ansible/group_vars/server_type_nomis_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ collectd_monitored_services_servertype:
- metric_name: service_status_app
metric_dimension: oracleasm
shell_cmd: "systemctl is-active oracleasm"

use_ssm_params: true
2 changes: 0 additions & 2 deletions ansible/group_vars/server_type_nomis_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ collectd_monitored_services_servertype:
- metric_name: service_status_app
metric_dimension: weblogic-healthcheck
shell_cmd: "service weblogic-healthcheck status"

use_ssm_params: true
2 changes: 0 additions & 2 deletions ansible/group_vars/server_type_nomis_xtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ collectd_monitored_services_servertype:
- metric_name: service_status_app
metric_dimension: wls_managedserver
shell_cmd: "systemctl is-active wls_managedserver"

use_ssm_params: true
Loading