You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Tony Stevenson (JIRA)" <ji...@apache.org> on 2010/10/21 01:40:27 UTC

[jira] Closed: (INFRA-3082) Add briandemers to the direct twitter notifications for repository.apache.org

     [ https://issues.apache.org/jira/browse/INFRA-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Stevenson closed INFRA-3082.
---------------------------------

    Resolution: Fixed
      Assignee: Tony Stevenson

There is no such thing, however nagios does send alerts (via email) 
However, if you're not a member of the repository@ ML, you can either subscribe to that, or I can add you to the nagios alerts.

Nagios config 
--------------------

# HTTP
define service {
    use                     generic_service_checked
    service_description     Nexus
    host_name               repository.apache.org
    check_command           check_https_by_addr_and_regex!140.211.11.100!repository.apache.org!/service/local/status!5!10!"<state>STARTED</state>"
    contact_groups           repository_admin_team
}


define contactgroup {
    contactgroup_name   repository_admin_team
    alias               Repository Admin Team
    members             repository_at,infrabot,brianf
}

define contact {
	contact_name                     repository_at
	alias                            Repository List
	service_notification_period      24x7
	host_notification_period         24x7
	service_notification_options     w,u,c,r
	host_notification_options        d,u,r
	service_notification_commands    service_alert_email
	host_notification_commands       host_alert_email
	email                            repository@apache.org
}


> Add briandemers to the direct twitter notifications for repository.apache.org
> -----------------------------------------------------------------------------
>
>                 Key: INFRA-3082
>                 URL: https://issues.apache.org/jira/browse/INFRA-3082
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Nagios
>            Reporter: Brian Demers
>            Assignee: Tony Stevenson
>
> Can i get on the direct twitter notification list for repository.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.