Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 101)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#20 fixed allow web configuration settings on a per-cluster basis bastiaans bastiaans
Description

allow admins to set certain settings only for a particular cluster.

#30 fixed autocreate jobarchived cluster datadirectories bastiaans bastiaans
Description

If they don't exist now, jobarchived doesn't store rrd files without reporting an error.

He should either report an error or create the directory's himself.

#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
Note: See TracQuery for help on using queries.