Skip to content

ucbpi/puppet-xinetd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xinetd Module

This module provides mechanisms to manage your xinetd services

Examples

xinetd::service_entry { 'nrpe':
  ensure             => 'present',
  options            => {
    'flags'          => 'REUSE',
    'type'           => 'UNLISTED',
    'port'           => '5666',
    'socket_type'    => 'stream',
    'wait'           => 'no',
    'user'           => 'nrpe',
    'group'          => 'nrpe',
    'server'         => '/usr/sbin/nrpe',
    'server_args'    => '-c /etc/nagios/nrpe.cfg --inetd',
    'log_on_failure' => 'USERID',
    'disable'        => $xinetd_disable,
    'only_from'      => join($nrpe::allowed_hosts_r, ' '),
  }
}

License

See LICENSE file

Copyright

Copyright © 2014 The Regents of the University of California

Contact

Aaron Russo [email protected]

Support

Please log tickets and issues at the Projects site

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages