[jira] [Commented] (UIMA-5053) DUCC ducc_watcher optional admin script to determine status and send notifications

2016-11-30 Thread Lou DeGenaro (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709985#comment-15709985
 ] 

Lou DeGenaro commented on UIMA-5053:


- create python script tools/ducc_status to report on daemons status

> DUCC ducc_watcher optional admin script to determine status and send 
> notifications
> --
>
> Key: UIMA-5053
> URL: https://issues.apache.org/jira/browse/UIMA-5053
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Lou DeGenaro
>Assignee: Lou DeGenaro
>
> Justification: to complement the WS system daemons page, it would be useful 
> for DUCC administrators to receive email notifications when significant 
> status changes occur, such as head node daemon(s) down.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (UIMA-5053) DUCC ducc_watcher optional admin script to determine status and send notifications

2016-11-11 Thread Lou DeGenaro (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15657311#comment-15657311
 ] 

Lou DeGenaro commented on UIMA-5053:


- add subject line to e-mail notifications sent by ducc_watcher

> DUCC ducc_watcher optional admin script to determine status and send 
> notifications
> --
>
> Key: UIMA-5053
> URL: https://issues.apache.org/jira/browse/UIMA-5053
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Lou DeGenaro
>Assignee: Lou DeGenaro
>
> Justification: to complement the WS system daemons page, it would be useful 
> for DUCC administrators to receive email notifications when significant 
> status changes occur, such as head node daemon(s) down.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (UIMA-5053) DUCC ducc_watcher optional admin script to determine status and send notifications

2016-11-10 Thread Lou DeGenaro (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15654047#comment-15654047
 ] 

Lou DeGenaro commented on UIMA-5053:


- report down whenever something is newly down, but report should contains all 
down things
- only report up when all things are up
- honor --agents flag to determine if agents participate in the reporting 
decision

> DUCC ducc_watcher optional admin script to determine status and send 
> notifications
> --
>
> Key: UIMA-5053
> URL: https://issues.apache.org/jira/browse/UIMA-5053
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Lou DeGenaro
>Assignee: Lou DeGenaro
>
> Justification: to complement the WS system daemons page, it would be useful 
> for DUCC administrators to receive email notifications when significant 
> status changes occur, such as head node daemon(s) down.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (UIMA-5053) DUCC ducc_watcher optional admin script to determine status and send notifications

2016-11-02 Thread Lou DeGenaro (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15628908#comment-15628908
 ] 

Lou DeGenaro commented on UIMA-5053:


- add --agent flag to indicate that the agents as well as the head node daemons 
should be considered

> DUCC ducc_watcher optional admin script to determine status and send 
> notifications
> --
>
> Key: UIMA-5053
> URL: https://issues.apache.org/jira/browse/UIMA-5053
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Lou DeGenaro
>Assignee: Lou DeGenaro
>
> Justification: to complement the WS system daemons page, it would be useful 
> for DUCC administrators to receive email notifications when significant 
> status changes occur, such as head node daemon(s) down.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (UIMA-5053) DUCC ducc_watcher optional admin script to determine status and send notifications

2016-11-01 Thread Lou DeGenaro (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626406#comment-15626406
 ] 

Lou DeGenaro commented on UIMA-5053:


- remove --log-file and --state-file options
- employ  to formulate ducc_watcher..log and 
ducc_watcher..state unique names

> DUCC ducc_watcher optional admin script to determine status and send 
> notifications
> --
>
> Key: UIMA-5053
> URL: https://issues.apache.org/jira/browse/UIMA-5053
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Lou DeGenaro
>Assignee: Lou DeGenaro
>
> Justification: to complement the WS system daemons page, it would be useful 
> for DUCC administrators to receive email notifications when significant 
> status changes occur, such as head node daemon(s) down.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (UIMA-5053) DUCC ducc_watcher optional admin script to determine status and send notifications

2016-11-01 Thread Lou DeGenaro (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625545#comment-15625545
 ] 

Lou DeGenaro commented on UIMA-5053:


./ducc_watcher --help
Usage: ducc_watcher [options]

Options:
  -h, --help  show this help message and exit
  -d, --debug display debugging messages
  -e EMAIL_LIST, --email-list=EMAIL_LIST  blank separated list of email
  addresses to receive down + error
  notifications
  -l LOG_FILE, --log-file=LOG_FILEname of watcher log file, default is
  ducc_watcher.log
  -p PATH, --path=PATHpath to directory where log and
  state information are written,
  default is /tmp/
  -s STATE_FILE, --state-file=STATE_FILE  name of watcher state file, default
  is ducc_watcher.state
  -t TARGET, --target=TARGET  [REQUIRED]  with default port
  of 42133 or :


> DUCC ducc_watcher optional admin script to determine status and send 
> notifications
> --
>
> Key: UIMA-5053
> URL: https://issues.apache.org/jira/browse/UIMA-5053
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Lou DeGenaro
>Assignee: Lou DeGenaro
>
> Justification: to complement the WS system daemons page, it would be useful 
> for DUCC administrators to receive email notifications when significant 
> status changes occur, such as head node daemon(s) down.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (UIMA-5053) DUCC ducc_watcher optional admin script to determine status and send notifications

2016-09-20 Thread Lou DeGenaro (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15506820#comment-15506820
 ] 

Lou DeGenaro commented on UIMA-5053:


ducc_watcher should accept parameters that override the following: 

1. e-mail userid list
2. web-server URL
3. state file location
4. logging file location

> DUCC ducc_watcher optional admin script to determine status and send 
> notifications
> --
>
> Key: UIMA-5053
> URL: https://issues.apache.org/jira/browse/UIMA-5053
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Lou DeGenaro
>Assignee: Lou DeGenaro
>
> Justification: to complement the WS system daemons page, it would be useful 
> for DUCC administrators to receive email notifications when significant 
> status changes occur, such as head node daemon(s) down.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)