Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_pop3_login
94655
File | Description |
---|---|
check_pop3_login | check_pop3_login |
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!
Simple extension to a POP3 checker: a Perl plugin which logins into an account with accounts details given as parameters.
Useage:
check_pop3_login
Returns 0, "OK: successfully logged in." with correct log in.
Returns 1, "Critical: unable to log on" with failed attempt.
Returns 3, "Unknown: " with a simple usage message on incorrect usage.
Uses the Net::POP3 object, so should be available on all Perl installs.
Created to notify of a problem with qpopper working in a quota-only environment - qpopper requires double the quota of the current mailbox size to work, failing on login if it cannot duplicate the mailbox.
Note: you may need to change the path to your Perl install (default given is /usr/local/bin/perl).
Useage:
check_pop3_login
Returns 0, "OK: successfully logged in." with correct log in.
Returns 1, "Critical: unable to log on" with failed attempt.
Returns 3, "Unknown: " with a simple usage message on incorrect usage.
Uses the Net::POP3 object, so should be available on all Perl installs.
Created to notify of a problem with qpopper working in a quota-only environment - qpopper requires double the quota of the current mailbox size to work, failing on login if it cannot duplicate the mailbox.
Note: you may need to change the path to your Perl install (default given is /usr/local/bin/perl).
Reviews (1)
byhenryudha, June 10, 2015
it's work!
thanks mate
thanks mate