Name

Low disk space notifier

Version

0.6

Product Versions

1.2.1

Author(s)

Mark Gaylard

Homepage

 

Price

Free

License

BSD

JavaDocs

n/a

IssueTracking

n/a

Download JAR

bamboo-diskspace-plugin-0.6.jar

Download Source

bamboo-diskspace-plugin-0.6-project.zip

Description/Features

Sends out a notification (email or IM) when free space on the bamboo home volume falls below a given threshold.
The notifications detail the amount of free space and a list of how much space each plan is using.

Usage

  1. Copy the bamboo-diskspace-plugin.jar file into your <BAMBOO_HOME>/webapp/WEB-INF/lib directory and restart Bamboo.
  2. In the notification section of your build plan, you should now see a low disk space notification trigger. When you select it, you can specify the amount of free disk space (in GB) below which notifications will be sent.

Version History

11/05/2007 - Version 0.5 (Initial version)

8/06/2007 - Clean up source download now bamboo 1.1 jars are available via maven 

2/08/2007 - Update to work with bamboo 1.2.1

9 Comments

  1. Nice one - good lateral thinking and would be my pick of the Bamboo submissions so far. Could it also display on the Bamboo UI somewhere when diskspace is low?

    1. I was thinking about that, but the only place I could think of that made sense to put it is on the admin page and I'm not sure if plugins can contribute stuff there. I would have liked to be able to set the notification for all builds but I don't think that is possible either.

  2. Is there a reason the jar file is named "bamboo-coverage-plugin-0.5.jar" ?
    Wouldn't "bamboo-diskspace-plugin-0.5.jar" make more sense ?

    1. Oops. The dangers of cut and paste. Fixed now.

  3. Hi Guys,

    Due to changes to the Bamboo plugin interface with the Bamboo 1.2 release, low disk space plugin seems to have broken.

    Hopefully, Mark will get around to fixing this soon.

    Regards,
    Atlassian Bamboo Team

    1. All done. Should work with 1.2.1 now.

       Mark

  4. Does this plugin work with Bamboo 2.1.5? I tried adding a user to a low disk space notification and got a stack trace.

    Here is a snippet of the error:
    java.lang.AbstractMethodError
    at java.util.Arrays.mergeSort(Unknown Source)
    at java.util.Arrays.sort(Unknown Source)
    at java.util.Collections.sort(Unknown Source)
    at com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildNotification.getConditionObjects(ConfigureBuildNotification.java:340)
    at com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildNotification.updateConditionObjectsForEdit(ConfigureBuildNotification.java:318)
    at com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildNotification.validate(ConfigureBuildNotification.java:255)
    at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:154)

    1. i second this..