Changeset 10136 in hybrid for trunk/nanobsd/files/usr


Ignore:
Timestamp:
Mar 12, 2012, 6:32:43 AM (13 years ago)
Author:
richardvm
Message:

domme toevoeging van proxy files

Location:
trunk/nanobsd/files/usr/local
Files:
11 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/nanobsd/files/usr/local/bin/pen_wrapper

    r10135 r10136  
    99
    1010#XXX: Really static list, some dynamic alternative prefered
    11 PROXY_LIST="${3-172.17.8.68:3128   \
    12                 172.17.143.4:3128  \
    13                 172.20.128.98:3128 \
    14                 172.16.2.254:3128  \
    15                 172.19.168.66:3128 \
    16                 172.16.3.146:3128  \
    17                 172.17.16.66:3128  \
    18                 172.17.0.1:3128    \
    19                 172.16.4.54:3128   \
    20                 172.22.0.66:3128   \
    21                 172.23.25.66:3128  \
    22                 172.17.169.66:3128}"
     11PROXY_LIST="${3-172.17.8.68:3128 172.17.143.4:3128 172.20.128.98:3128 172.16.2.254:3128 172.19.168.66:3128}"
    2312
    2413
  • trunk/nanobsd/files/usr/local/etc/nrpe.cfg

    r10135 r10136  
    77command[check_users]=/usr/local/libexec/nagios/check_users -w 5 -c 10
    88command[check_load]=/usr/local/libexec/nagios/check_load -w 15,10,5 -c 30,25,20
    9 command[check_disk1]=/usr/local/libexec/nagios/check_disk -w 15% -c 10% -p /
     9command[check_disk1]=/usr/local/libexec/nagios/check_disk -w 20% -c 10% -p /
    1010command[check_disk2]=/usr/local/libexec/nagios/check_disk -w 20% -c 10% -p /var
    1111command[check_procs]=/usr/local/libexec/nagios/check_procs -w 55 -c 70
    12 command[check_inet]=/usr/local/libexec/nagios/check_inet
    13 command[check_inet2]=/usr/local/libexec/nagios/check_inet2
    14 command[check_lv]=/usr/local/libexec/nagios/check_lv
     12
  • trunk/nanobsd/files/usr/local/etc/tinyproxy.conf

    r10135 r10136  
    8080# output, but Notice and below would be suppressed.
    8181#
    82 LogLevel Info
     82LogLevel Warning
    8383
    8484#
     
    181181# The location of the filter file.
    182182#
    183 #Filter "/etc/tinyproxy/filter"
     183Filter "/usr/local/etc/tinyproxy.filter"
    184184
    185185#
     
    206206# deny everything which is _not_ specifically allowed by the filter file.
    207207#
    208 #FilterDefaultDeny Yes
     208FilterDefaultDeny No
    209209
    210210#
  • trunk/nanobsd/files/usr/local/share/snmp/snmpd.conf

    r10135 r10136  
    4747
    4848#    name         max min
    49 proc lvrouted.opt 1   1
    5049proc sshd         8   1
    5150proc syslogd      1   1
    5251proc ntpd         1   1
    5352proc snmpd        1   1
    54 proc dhcpd        1   1
    55 proc pen          1   1
    5653proc cron         2   1
    57 proc named        1   1
    5854
    5955
     
    8076
    8177pass_persist .1.3.6.1.4.1.21695.1.2 /usr/local/sbin/dhcpd-snmp /usr/local/etc/dhcpd-snmp.conf
    82 
    83 extend .1.3.6.1.4.1.2021.61 nagios-www /usr/local/sbin/proxy-test.sh
    84 extend .1.3.6.1.4.1.2021.62 nagios-routing /usr/local/sbin/lvrouted-test.sh
    85 
    86 extend .1.3.6.1.4.1.2021.70 dhcp-users /bin/sh -c "/bin/cat /var/db/dnsmasq.leases \| awk '{ print $1,$2,$3 }'"
    87 extend .1.3.6.1.4.1.2021.71 portal-users /bin/sh -c "/bin/cat /var/db/clients \| awk '{ print $1,$2,$3 }'"
    88 extend .1.3.6.1.4.1.2021.72 arp-users /bin/sh -c "/bin/cat /var/db/connect.gone \| awk '{ print $1,$2,$3 }'"
    89 
    90 extend wl-release /bin/cat /tools/wl-release.txt
    91 extend wl-version /usr/bin/awk 'BEGIN{FS=": "}/^URL:/ {u=$2}; /^Last Changed Rev:/ {r=$2}; END{print u"@"r}' /tools/wl-release.txt
    92 
Note: See TracChangeset for help on using the changeset viewer.