diff --git a/heartbeat/tomcat b/heartbeat/tomcat
index 587d66d..9e6d552 100755
--- a/heartbeat/tomcat
+++ b/heartbeat/tomcat
@@ -214,12 +214,6 @@ END_TOMCAT_STOP
 	return $OCF_SUCCESS
 }
 
-status_tomcat()
-{
-	return $OCF_SUCCESS
-}
-
-
 metadata_tomcat()
 {
     cat <<END
@@ -428,7 +422,7 @@ case "$COMMAND" in
 		exit $func_status
 		;;
 	status)
-		status_tomcat
+		monitor_tomcat
 		exit $?
 		;;
 	monitor)
