Bug 135006 - New port: net-mgmt/nagios-check_puppet - Nagios plugin to check Puppet daemon activity
Summary: New port: net-mgmt/nagios-check_puppet - Nagios plugin to check Puppet daemon...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 21:20 UTC by Alexey Degtyarev
Modified: 2009-05-30 17:15 UTC (History)
0 users

See Also:


Attachments
nagios-check_puppet.shar (3.91 KB, text/plain)
2009-05-27 21:20 UTC, Alexey Degtyarev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Degtyarev 2009-05-27 21:20:01 UTC
check_puppet - is a very simple Nagios plugin to check Puppet daemon
availability with SNMP.

Why check_puppet?

1. It does check whether puppetd and puppetmasterd is alive.

2. It does check state.yaml freshness

3. It does not require the full net-mgmt/nagios-plugins package on the client
side

4. It is written in sh - code interpreter available in a base system

WWW: http://renatasystems.org/freebsd/check_puppet.html
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-05-27 23:22:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-29 20:47:31 UTC
miwi        2009-05-29 19:47:21 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/nagios-check_puppet Makefile distinfo pkg-descr 
    net-mgmt/nagios-check_puppet/files pkg-message.in 
  Log:
  check_puppet - is a very simple Nagios plugin to check Puppet daemon
  availability with SNMP.
  
  Why check_puppet?
  
  1. It does check whether puppetd and puppetmasterd is alive.
  
  2. It does check state.yaml freshness
  
  3. It does not require the full net-mgmt/nagios-plugins package on the client
  side
  
  4. It is written in sh - code interpreter available in a base system
  
  WWW: http://renatasystems.org/freebsd/check_puppet.html
  
  PR:             ports/135006
  Submitted by:   Alexey V. Degtyarev
  
  Revision  Changes    Path
  1.186     +1 -0      ports/net-mgmt/Makefile
  1.1       +33 -0     ports/net-mgmt/nagios-check_puppet/Makefile (new)
  1.1       +3 -0      ports/net-mgmt/nagios-check_puppet/distinfo (new)
  1.1       +36 -0     ports/net-mgmt/nagios-check_puppet/files/pkg-message.in (new)
  1.1       +15 -0     ports/net-mgmt/nagios-check_puppet/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-05-30 17:15:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!