Skip to content

Commit

Permalink
oasys monitoring
Browse files Browse the repository at this point in the history
oasys monitoring
  • Loading branch information
wullub committed Dec 19, 2023
1 parent cc4229d commit d8dfab3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/group_vars/server_type_oasys_bip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,11 @@ disks_mount:
fstype: xfs

image_builder_s3_bucket_name: devtest-oasys-20230411143832198800000001

collectd_monitored_services_servertype:
- metric_name: service_status_os
metric_dimension: chronyd
shell_cmd: "service chronyd status"
- metric_name: service_status_app
metric_dimension: managedserver-healthcheck
shell_cmd: "service wls_managedserver status"
12 changes: 12 additions & 0 deletions ansible/group_vars/server_type_oasys_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ roles_list:
- amazon-cloudwatch-agent
- amazon-cloudwatch-agent-collectd
- collectd-service-metrics
- collectd-connectivity-test
- collectd-oracle-db-connected
- collectd-textfile-monitoring

Expand Down Expand Up @@ -87,3 +88,14 @@ database_home: /u01/app/oracle/product/19c/db_1
grid_home: /u01/app/oracle/product/19c/gridhome_1

assume_ec2_role_name_prefix: ec2-database-role

collectd_monitored_services_servertype:
- metric_name: service_status_os
metric_dimension: chronyd
shell_cmd: "systemctl is-active chronyd"
- metric_name: service_status_app
metric_dimension: oracle-ohasd
shell_cmd: "systemctl is-active oracle-ohasd"
- metric_name: service_status_app
metric_dimension: oracleasm
shell_cmd: "systemctl is-active oracleasm"
8 changes: 8 additions & 0 deletions ansible/group_vars/server_type_oasys_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ disks_mount:
- ebs_device_name: /dev/sdc
dir: /u02
fstype: xfs

collectd_monitored_services_servertype:
- metric_name: service_status_os
metric_dimension: chronyd
shell_cmd: "service chronyd status"
- metric_name: service_status_app
metric_dimension: tomcat-healthcheck
shell_cmd: "service tomcat status"

0 comments on commit d8dfab3

Please sign in to comment.