Skip to content
Tags give the ability to mark specific points in history as being important
  • release-1.7.1
    991e3974 · Bump version to 1.7.1. ·
    Release 1.7.1.
    
      - Add nordugrid-arc-plugins-globus for EL due to EGI requirement.
  • release-1.7.0
    3800657e · Bump version to 1.7.0. ·
    Release 1.7.0
    
    This release was meant to be 1.6.1, but due to feature additions it's 1.7.0.
    In addition to the 1.6.1rc1 changes:
    
      + Support substitutions based on LDAP queries.
    
      + Support exclusion of specified values for the random_line substition
        type.
    
      - Drop "BuildArch: noarch" from RPM specfile, since the Nagios plugin path
        is different on i386 and x86_64.
    
      - Add missing initialization of $status in generated job scripts.
    
      - Fix timeout argument which was passed as float to ARC commands.
    
      - Avoid catching SystemExit exception (NG-3234)
    
      - Fix default parameter for --warn-if-missing option in check_arcglue2.
  • release-1.6.1rc1
    Release candidate 1.6.1rc1.
    
      + Add job ID to status messages from check_arcce_submit.
    
      + Add methods to define variables conditionally and using pipes.
    
      + Only expand configuration variables which are needed by the probe.
    
      - Move away stale input directories due to interrupted check_arcce_monitor.
    
      - Use the hostname command to obtain the Nagios host name, as SAM Nagios
        does not export $HOSTNAME.
    
      - Fix scanning of arcls output.  Patch from Emir Imamagic.
    
      - Fix upload_if_missing.  Patch from Emir Imamagic.
    
      - Fix Perl version parsing.  Reported by Ievgen Sliusar.
    
      - Add localhost as dummy lfc_host.
    
      - Workaround issue with software presence checks by disabling them.
  • release-1.6.0
    43fbc383 · Bump version to 1.6.0. ·
    Release 1.6.0.
    
    There are no code changes since 1.6.0rc1.
  • release-1.6.0rc1
    Release 1.6.0rc1
    
      + Split check_arcce into check_arcce_submit, check_arcce_monitor,
        check_arcce_clean and check_arcinfosys into check_arcglue2, check_aris,
        check_egiis and adjust argument parsing.  The old commands are kept for
        backwards compatibility.  This fixes NG-3121, GGUS-92870.
    
      + Provide a means to extend the substitution of variables in job test
        configurations.  In particular variables can be lifted out as
        command-line options or overriden in another configuration file.  A
        method was also added to select a random host name from a file.  This
        solves NG-3128.
    
      + Files used for input-staging tests are now automantically uploaded if
        they are missing when the job is submitted.  This is also related to
        NG-3128.
    
      + An option was added to import Python modules on probe startup.  This
        allows the registration of custom job tests and substitution methods.
    
      + Some pre-configured tests are distributed in a new configuration file
        /etc/nagios/plugins/arcnagios-dist.ini.  This is feasible now we have a
        means to substitute variables from the command line or override them in
        arcnagios.ini or arcnagios-local.ini.  GGUS-92869.
    
      + Set time and memory limits in job scripts, either using defaults or the
        new --wall-time-limit and --memory-limit options of check_arcce_submit.
        NG-3134.
    
      + Various additions and updates to the manual:  How to run Nagios probes
        from the command-line, the new substitution mechanism, the splitting of
        the entry points, the previously undocumented check_arcstatus.
    
      + Add doc subpackage to Debian packaging (bug #3116).
    
      - Fix various packaging issues and tidy.
    
      - Fix staging specification for locally targeted output files.  This
        solves NG-3117.
    
      - Intercept some exceptions caused by configuration errors, so that they
        are not flagged as bugs.
    
      - Fix license text and add AUTHORS and NOTICE files.
    
      - Add glue-schema dependency to packages.  GGUS-91900, mislabed as
        GGUS-91905 in Subversion.
    
      - Fix issue with yacc path location on EL5.  NG-3110.
    
      - Fix the type of the -t argument for check_arcinfosys.  GGUS-91904.
  • release-1.5.0
    2945c6c7 · Release 1.5.0 final. ·
    Release 1.5.0.
    
      * Remove some confusing and redundant output.
      * Add --queue option to check_arcce submit.
  • release-1.5.0rc3
    5678b7b9 · Bump version to 1.5.0rc3. ·
    Release candidate 1.5.0rc3.
    
      * Fixed a bug which manifests in the glue2 check when it attempt to report
        that a primary key is not found, giving UNKNOWN instead of ERROR status.
      * Add additional information to the Nagios output for arcproxy failure and
        for the IGTF probe.
  • release-1.5.0rc2
    bd6330b6 · Bump VERSION to 1.5.0rc2. ·
    Release candidate 1.5.0rc2.
    
      * Fix debian packaging.
  • release-1.5.0rc1
    Release candidate 1.5.0rc1.
    
      * Use alternate output paths to ply.yacc.yacc (bug 3021).
      * Add check_archostcert (checks host certificate via infosys).
      * Add entry point to check_arcce to tidy jobs.xml after failed cleanup.
  • release-1.4.0rc4
    6b629c4d · Fix RPM spec %changelog. ·
    Release candidate 1.4.0rc4 (replaces 1.4.0rc3).
    
      * Fix format args in warning for check_arcinfosys.
  • release-1.4.0rc3
    Release candidate 1.4.0rc2, replaces 1.4.0rc3.
    
      * Fix RPM specfile.
  • release-1.4.0rc2
    Release candidate 1.4.0rc2.
    
      * Fix two issues with "check_arcinfosys aris --compare-glue".
      * Add a missing import to check_arcinfosys (thanks to pyflakes).
      * Fix release-candidate version handling in the build system.
      * Complete the RPM spec log.
  • release-1.4.0rc1
    1f8392ef · Bump version to 1.4.0rc1. ·
    Release 1.4.0rc1 (EMI-3).
    
      * Package the IGTF CA certificates check script.
      * Import check_arcservice probe (NorduGrid ticket 1983).
      * Let check_arcinfosys output useful info about middleware and queues.
      * Add --check-contact option to the ARIS probe.
      * Improve configuration examples and comments and include them in the
        documentation.  Also, instead of installing a default arcnagios.ini,
        include the configuration examples as documentation for the main package.
      * Minor build fix.
  • release-1.3.11
    ac76f30a · Bump version to 1.3.11. ·
    Release 1.3.11.
    
      * Fix build issues on various platforms.
      * Fix JSDL specification of runtime environment.
      * Allow specifying RTEs in arcnagios.ini; may be important for SAM
        deployment.
      * Add a warning when check_arcce can't remove old dir; may ease debugging.
  • release-1.3.10
    Release 1.3.10 (replaces 1.3.9).
    
    This release only fixes an EL5 issue with setup.py and replaces 1.3.9 which
    was not released.
  • release-1.3.9
    a984e051 · Bump version to 1.3.9. ·
    Release 1.3.9.
    
      * Fix EL5 compatibility issue in Arcnagios.Utils.Statdict.
      * Fix EL5 compatibility adding fall-back definitions for ldap.dn.
      * Add missing job name for check_arcce.
      * check_arcce: Don't report check errors unless job was fetched.
      * Some fixes to make the "staging" Nagios job plugin more usable.
      * Adjust setup.py to use prefix-relative paths for scripts.
  • release-1.3.8
    75aec991 · Bump version to 1.3.8. ·
    Release 1.3.8.
    
      * Fix a problem with some generated job scripts.
      * Keep around outputs from job scripts in case of errors.
      * Support runtime environments.
  • release-1.3.7
    Release 1.3.7.
    
      * Fix a packaging issue and a minor bug.
  • release-1.3.6
    579b3d2b · Update version to 1.3.6. ·
    Release 1.3.6.
    
      * Add missing GLUE-2 support for ARIS probe.
      * Add more documentation for the infosys probe, and make some overall
        adjustment.
      * Bugfixes.
  • release-1.3.5
    Release 1.3.5.
    
      * This replaces two bad releases: 1.3.3 and 1.3.4.