Skip to content

Commit

Permalink
Merge pull request #40 from mikenairn/consistent_naming
Browse files Browse the repository at this point in the history
Consistent naming of ping checks
  • Loading branch information
mikenairn authored Sep 15, 2016
2 parents 9d42df2 + 291ab3a commit c830b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fhservices.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ define service {
}

define service {
service_description memcached:ping
service_description memcached:Ping
check_command check_memcached!11211
use generic-service
hostgroup_name core
Expand All @@ -156,7 +156,7 @@ define service {
}

define service {
service_description redis:ping
service_description redis:Ping
check_command check_redis!6379
use generic-service
hostgroup_name core
Expand Down

0 comments on commit c830b8f

Please sign in to comment.