blob: 967a968799b807df8dd8a3373b3da026b23218d2 [file] [log] [blame]
###############################################################################
# This is a file for mapping PBS Attribute Values to Protocol values
# tip: disable soft wrap in your text editor to work with this file
###############################################################################
###############################################################################
# Formatting:
# lines starting with # are ignored
# empty lines are ignored
#
# separator: "::"
#
# attribute entry:
# PBS Key ID :: PBS Value :: Protocol Value
#
# The File is internally treated as a List
# Parser Key ID and Parser Value are regular expressions, case ignoring
# First match (top/down) will overwrite other possible matches
###############################################################################
PBSJOB_STATE :: E :: STARTING
PBSJOB_STATE :: Q :: SUSPENDED
PBSJOB_STATE :: R :: RUNNING
PBSJOB_STATE :: H :: SUSPENDED
PBSJOB_STATE :: C :: COMPLETED
PBSNODE_STATE :: job-exclusive|free :: UP
# always put more specific matchers upfront
# escape commas!
PBSNODE_STATE :: down\,offline|down\,job-exclusive :: DOWN
# otherwise more general matchers will "overwrite" more specific ones
PBSNODE_STATE :: down|offline :: DOWN
# any other value is mapped to UNKNOWN
PBSNODE_STATE :: .* :: UNKNOWN
PBSQUEUE_STARTED :: True :: NORMAL
PBSQUEUE_STARTED :: False :: STOPPED