Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1614997
status.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 21, 1:41 PM
Size
423 B
Mime Type
text/x-c++
Expires
Mon, Mar 23, 1:41 PM (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
354255
Attached To
rARCHIVING archiving
status.rb
View Options
# Bacula Status table.
#
# Status table is a lookup table linking:
#
# * jobs' status codes and
# * status codes' messages
class
Status
<
ActiveRecord
::
Base
establish_connection
BACULA_CONF
self
.
table_name
=
"
#{
connection_config
[
:database
]
}
.Status"
self
.
primary_key
=
:JobStatus
alias_attribute
:job_status
,
:JobStatus
alias_attribute
:job_status_long
,
:JobStatusLong
alias_attribute
:severity
,
:Severity
end
Event Timeline
Log In to Comment