summaryrefslogtreecommitdiffstats
path: root/plugins/check_volume_status.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_volume_status.py')
-rwxr-xr-xplugins/check_volume_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_volume_status.py b/plugins/check_volume_status.py
index f2c0f39..9404251 100755
--- a/plugins/check_volume_status.py
+++ b/plugins/check_volume_status.py
@@ -114,7 +114,7 @@ def getVolumeGeoRepStatus(args):
exitstatus = utils.PluginStatusCode.WARNING
message = "Not Started"
else:
- exitstatus = utils.PluginStatus.OK
+ exitstatus = utils.PluginStatusCode.OK
message = "OK"
return exitstatus, message