Skip to content

Commit

Permalink
Fix status
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din committed Apr 4, 2019
1 parent 3106273 commit e470193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/status/v1/status.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

$status = [
'memcached' => $mc === false ? 'NOT OK' : 'OK',
'galeraCluster' => $dbResult === false ? 'NOT OK' : 'OK',
'perconaDB' => $dbResult === false ? 'NOT OK' : 'OK',
];

if ($mc === false || $dbResult === false || $db2Result === false) {
Expand Down

0 comments on commit e470193

Please sign in to comment.