Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 101)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#167 fixed "include running jobs" option for archive search ramonb ramonb
Description

Olivier suggested an option on the archive search to "include running jobs" when searching the database.

This can useful for monthly reports etc.

#169 fixed sorting (by node) does not work on web sil ramonb
Description

Thanks to Craig West for discovering this:

Clicking the nodes column header should set descending/ascending sorting based upon hostname.

This does not seem to work (correctly).

#172 fixed BATCH_HOST_TRANSLATE should not be mandatory ramonb ramonb
Description

if BATCH_HOST_TRANSLATE is not set, an exception is raised

Traceback (most recent call last):
  File "/usr/sbin/jobmond", line 2180, in <module>
    main()
  File "/usr/sbin/jobmond", line 2095, in main
    if not processArgs( sys.argv[1:] ):
  File "/usr/sbin/jobmond", line 95, in processArgs
    return loadConfig( JOBMOND_CONF )
  File "/usr/sbin/jobmond", line 609, in loadConfig
    BATCH_HOST_TRANSLATE = getlist( cfg.get( 'DEFAULT', 'BATCH_HOST_TRANSLATE' ) )
  File "/usr/lib/python2.7/ConfigParser.py", line 618, in get
    raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'batch_host_translate' in section: 'DEFAULT'

however that setting should be optional

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.