-
-
Save cwebberOps/3484081 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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