Skip to content

Commit

Permalink
Retire Ganglia integration components in favour of Riemann
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Apr 25, 2013
1 parent e80e282 commit d4af897
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
########################################
#
# alert-ganglia - Alert Ganglia
# alert-ganglia.init - Alert Ganglia
#
########################################

Expand All @@ -24,6 +24,6 @@ CONF = config.CONF
if __name__ == '__main__':
config.parse_args(sys.argv[1:], version=Version)
logging.setup('alerta')
ganglia = GangliaDaemon('alert-ganglia')
ganglia = GangliaDaemon('alert-ganglia.init')
ganglia.start()

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
scripts=['bin/alert-aws',
'bin/alert-checker',
'bin/alert-dynect',
'bin/alert-ganglia',
'bin/alert-ircbot',
'bin/alert-logger',
'bin/alert-mailer',
Expand Down
1 change: 0 additions & 1 deletion contrib/tools/alertctl → tools/alertctl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ SERVICES = {
'alerta': 1,
'alert-aws': 1,
'alert-dynect': 1,
'alert-ganglia': 1,
'alert-ircbot': 1,
'alert-logger': 1,
'alert-mailer': 1,
Expand Down

0 comments on commit d4af897

Please sign in to comment.