Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
Created August 26, 2012 22:51
Show Gist options
  • Save cwebberOps/3484081 to your computer and use it in GitHub Desktop.
Save cwebberOps/3484081 to your computer and use it in GitHub Desktop.
08/21 03:23:23 MPBSClusterQuery(TORQUE-SERVER,RCount,SC)
08/21 03:23:23 __MPBSGetNodeState(Name,State,PNode)
08/21 03:23:23 INFO: PBS node n20 set to state Busy (job-exclusive)
08/21 03:23:23 MPBSLoadQueueInfo(TORQUE-SERVER,n20,SC)
08/21 03:23:23 __MPBSGetNodeState(Name,State,PNode)
08/21 03:23:23 INFO: PBS node n07 set to state Busy (job-exclusive)
08/21 03:23:23 MPBSLoadQueueInfo(TORQUE-SERVER,n07,SC)
08/21 03:23:23 __MPBSGetNodeState(Name,State,PNode)
08/21 03:23:23 INFO: PBS node n32 set to state Busy (job-exclusive)
08/21 03:23:23 MPBSLoadQueueInfo(TORQUE-SERVER,n32,SC)
input {
tcp {
type => "maui"
port => 9999
}
}
filter {
grep {
type => "maui"
negate => true
match => ['@message','MPBSGetNodeState']
}
grep {
type => "maui"
negate => true
match => ['@message','Average nodespeed for Job']
}
grep {
type => "maui"
negate => true
match => ['@message','MPBSLoadQueueInfo']
}
grep {
type => "maui"
negate => true
match => ['@message',' MJobPReserve']
}
grep {
type => "maui"
negate => true
match => ['@message',' MJobReserve']
}
date {
type => "maui"
logdate => "MM/dd HH:mm:ss"
}
}
output {
stdout {
debug => true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment