Bug 1386473 Comment 34 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

There were some changes in the files needing to be monitored in brickftp and have modified the script to work with that.

# When all is well (only short-names provided):

$./brickftp.py
OK: ivm is OK, journal is OK, siemens is OK

# Age issues (actual filename is provided):

$./brickftp.py
CRITICAL: ivm is OK, ccure_BadgeID_AllButVendor test for Siemens.txt is 20 hours old, siemens is OK

# File not found
$./brickftp.py
CRITICAL: ivm is OK, FAKE ccure_BadgeID_AllButVendor test for Siemens.txt not found!, siemens is OK

I'll get this out next week.
There were some changes in the files needing to be monitored in brickftp and have modified the script to work with that.

When all is well (only short-names provided):

`$./brickftp.py
OK: ivm is OK, journal is OK, siemens is OK`

Age issues (actual filename is provided):

`$./brickftp.py
CRITICAL: ivm is OK, ccure_BadgeID_AllButVendor test for Siemens.txt is 20 hours old, siemens is OK`

File not found
`$./brickftp.py
CRITICAL: ivm is OK, FAKE ccure_BadgeID_AllButVendor test for Siemens.txt not found!, siemens is OK`

I'll get this out next week.

Back to Bug 1386473 Comment 34