/[adm]/puppet/modules/rsyncd/templates/xinetd
ViewVC logotype

Contents of /puppet/modules/rsyncd/templates/xinetd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2665 - (show annotations) (download)
Wed Mar 21 06:18:32 2012 UTC (12 years, 1 month ago) by misc
File size: 432 byte(s)
limit the number of simultaneous downloads on rsync, so we do not have 15 rsync running
when cloudsigma try to download iso ( since this produces xymon alert ).

Check with lsof | grep rsync | grep TCP
1 service rsync
2 {
3 disable = no
4 socket_type = stream
5 wait = no
6 user = root
7 server = /usr/bin/rsync
8 server_args = --daemon
9 log_on_failure += USERID
10 flags = IPv6
11 # some mirorrs do not seems to use lock when downloading from
12 # us and try to download the same stuff 15 time in a row
13 per_source = 4
14 }
15

  ViewVC Help
Powered by ViewVC 1.1.30