Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_papercut
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
check_papercut
Nagios plugin to check PaperCut NG/MF health using PaperCut API.
check_papercut command line
Usage: check_papercut.sh options...
Options:
-H, --hostname PaperCut host
-s, --secure Use HTTPS
-p, --port PaperCut port
-a, --authentication PaperCut authorization key
-t, --timeout Maximum time allowed for connection
-S, --status Item status. If none specified,
global status is tested
-w, --warning Warning interval
-c, --critical Critical interval
-d, --days License remaining days
-v, --verbose Make the operation more talkative
-V, --version Show version number and quit
-h, --help This help text
Install check_papercut in Nagios
# Install plugin
[nagios@nagios]# cd /usr/local/nagios/libexec
[nagios@nagios]# git clone https://github.com/ramonromancastro/check_papercut.git
# Define command
[nagios@nagios]# cd /usr/local/nagios/etc
[nagios@nagios]# vi commands.cfg
...
define command{
command_name check_papercut
command_line /usr/local/nagios/libexec/check_papercut/check_papercut.sh -H $HOSTADDRESS$ $ARG1$
}
# Define server and service
[nagios@nagios]# vi /usr/local/nagios/etc/servers/papercut-server.cfg
define host{
use windows-server
host_name
address
alias PaperCut NG/MF Server
}
define service{
use generic-service
host_name localhost
service_description PaperCut.Status
check_command check_papercut!--authentication
}
PaperCut NG/MF authorization key
Discover the System Health interface authorization key
Legal info
PaperCut logo owned by PaperCut Software International. Nagios logo is owned by Nagios Enterprises.
Nagios plugin to check PaperCut NG/MF health using PaperCut API.
check_papercut command line
Usage: check_papercut.sh options...
Options:
-H, --hostname
-s, --secure Use HTTPS
-p, --port
-a, --authentication
-t, --timeout
-S, --status
global status is tested
-w, --warning
-c, --critical
-d, --days
-v, --verbose Make the operation more talkative
-V, --version Show version number and quit
-h, --help This help text
Install check_papercut in Nagios
# Install plugin
[nagios@nagios]# cd /usr/local/nagios/libexec
[nagios@nagios]# git clone https://github.com/ramonromancastro/check_papercut.git
# Define command
[nagios@nagios]# cd /usr/local/nagios/etc
[nagios@nagios]# vi commands.cfg
...
define command{
command_name check_papercut
command_line /usr/local/nagios/libexec/check_papercut/check_papercut.sh -H $HOSTADDRESS$ $ARG1$
}
# Define server and service
[nagios@nagios]# vi /usr/local/nagios/etc/servers/papercut-server.cfg
define host{
use windows-server
host_name
address
alias PaperCut NG/MF Server
}
define service{
use generic-service
host_name localhost
service_description PaperCut.Status
check_command check_papercut!--authentication
}
PaperCut NG/MF authorization key
Discover the System Health interface authorization key
Legal info
PaperCut logo owned by PaperCut Software International. Nagios logo is owned by Nagios Enterprises.
Reviews (0)
Be the first to review this listing!