Discussion:
[Nagios-users] Ziproxy - Nagios check
Paul Simons
2013-09-02 11:50:32 UTC
Permalink
Hello
Has anyone developed a check to confirm that Ziproxy (useful compression proxy) is running (under xinetd)?
I would like to use a standard plugin if possible, I have been playing with the 'check_http' but without success.
Regards
Paul

________________________________

Disclaimer: This e-mail (and any attachments to it) is confidential and intended solely for the named person/s to whom it is addressed. If you are not an intended recipient, please notify us immediately and delete the email from your system. Any review, dissemination or other use of it in these circumstances is prohibited.
Sunil Sankar
2013-09-04 14:16:33 UTC
Permalink
There are multiple ways to check you can use
check_procs -c 1: -w 3: -C <pocess name>

or

check_tcp -H $HOSTADDRESS -p <portno>
Post by Paul Simons
Hello
Has anyone developed a check to confirm that Ziproxy (useful compression
proxy) is running (under xinetd)?
I would like to use a standard plugin if possible, I have been playing
with the ‘check_http’ but without success.
Regards
Paul
------------------------------
Disclaimer: This e-mail (and any attachments to it) is confidential and
intended solely for the named person/s to whom it is addressed. If you are
not an intended recipient, please notify us immediately and delete the
email from your system. Any review, dissemination or other use of it in
these circumstances is prohibited.
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Nagios-users mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
--
Regards
Sunil Sankar
Loading...