You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/01/14 10:22:57 UTC

[jira] [Comment Edited] (FALCON-247) Add scripts to check the status of falcon and prism

    [ https://issues.apache.org/jira/browse/FALCON-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13870557#comment-13870557 ] 

Shwetha G S edited comment on FALCON-247 at 1/14/14 9:22 AM:
-------------------------------------------------------------

{noformat}
+            } catch (Exception e) {
+                ERR.get().print("Falcon server doesn't seem to be running.");
+                System.exit(-1);
+            }
{noformat}
Can this print the falcon url? Its useful to know the url when it fails to make API call. Looks good otherwise


was (Author: shwethags):
+            } catch (Exception e) {
+                ERR.get().print("Falcon server doesn't seem to be running.");
+                System.exit(-1);
+            }

Can this prints the falcon url? Its useful to know the url when it fails to make API call. Looks good otherwise

> Add scripts to check the status of falcon and prism
> ---------------------------------------------------
>
>                 Key: FALCON-247
>                 URL: https://issues.apache.org/jira/browse/FALCON-247
>             Project: Falcon
>          Issue Type: Improvement
>          Components: general
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 0.5
>
>         Attachments: FALCON-247.patch
>
>
> In order to know if falcon server and prism are running, it could be helpful to provide status scripts.
> These scripts can also be interesting in monitoring scripts (like nagios, zabbix, etc) to check the current status of falcon/prism.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)