Skip to content
Snippets Groups Projects
Commit 16653714 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Mention that this is kept under Subversion

parent a4d6fce2
No related branches found
No related tags found
Loading
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
# Check that the oldest entry in the CUPS queue is new enough. # Check that the oldest entry in the CUPS queue is new enough.
# #
# Usage: check_cups queue # Usage: check_cups queue
#
# This check script is maintained in a Subversion repository at
# http://lsvn.lysator.liu.se/svnroot/nagios-plugins. Contact
# <ceder@lysator.liu.se> for commit access.
import os import os
import time import time
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
# by "scanimage -L", the state should be OK if the scanner was seen # by "scanimage -L", the state should be OK if the scanner was seen
# within the last hour, and WARNING if it was seen within the last # within the last hour, and WARNING if it was seen within the last
# day. # day.
#
# This check script is maintained in a Subversion repository at
# http://lsvn.lysator.liu.se/svnroot/nagios-plugins. Contact
# <ceder@lysator.liu.se> for commit access.
TMPFILE=`tempfile` TMPFILE=`tempfile`
scanimage -L > $TMPFILE 2>&1 scanimage -L > $TMPFILE 2>&1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment