Changeset 1258
- Timestamp:
- Jul 9, 2009, 3:35:24 PM (15 years ago)
- Location:
- branches/fc11-dev
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev
-
branches/fc11-dev/noc/nagios/hostgroups.cfg
r1251 r1258 32 32 hostgroup_name scripts-mail 33 33 alias Mail servers 34 members b-m,o-f,b-k,c-w,p-b 34 members b-m,o-f,b-k,c-w,p-b,b-b 35 35 } 36 36 … … 38 38 hostgroup_name scripts-cron 39 39 alias Cron servers 40 members b-m,o-f,b-k,c-w,p-b 40 members b-m,o-f,b-k,c-w,p-b,b-b 41 41 } 42 42 … … 44 44 hostgroup_name scripts-user 45 45 alias User servers 46 members b-m,o-f,b-k,c-w,p-b 46 members b-m,o-f,b-k,c-w,p-b,b-b 47 47 } 48 48 … … 50 50 hostgroup_name scripts-all 51 51 alias All scripts hosts 52 members b- k,b-m,c-w,k-s,o-f,p-b,r-f,r-b,s-b,scripts,scripts-cert,sipb-ether,sql,wildcard.scripts52 members b-b,b-k,b-m,c-w,k-s,o-f,p-b,r-f,r-b,s-b,scripts,scripts-cert,sipb-ether,sql,wildcard.scripts 53 53 } 54 54 … … 56 56 hostgroup_name scripts-real 57 57 alias All physical scripts servers 58 members b- k,b-m,c-w,k-s,o-f,p-b,r-f,r-b,s-b58 members b-b,b-k,b-m,c-w,k-s,o-f,p-b,r-f,r-b,s-b 59 59 } -
branches/fc11-dev/noc/nagios/hosts.cfg
r1251 r1258 128 128 alias pancake-bunny 129 129 address 18.181.0.237 130 } 131 132 define host { 133 use scripts-sipb-host 134 host_name b-b 135 alias busy-beaver 136 address 18.181.0.234 137 } 130 138 131 139 # LVS -
branches/fc11-dev/server/common/oursrc/php_scripts/php_scripts-config.m4
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc11-dev/server/fedora/specs/scripts-python-path.spec
r957 r1258 17 17 %prep 18 18 %setup -q -n %{name} 19 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} 19 20 20 21 %install 21 22 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT 22 install -D 00scripts-home.pth $RPM_BUILD_ROOT/usr/lib/python2.5/site-packages 23 install -d $RPM_BUILD_ROOT%{python_sitelib} 24 install -m 644 00scripts-home.pth $RPM_BUILD_ROOT%{python_sitelib} 23 25 24 26 %clean … … 27 29 %files 28 30 %defattr(0644, root, root) 29 /usr/lib/python2.5/site-packages/00scripts-home.pth31 %{python_sitelib}/00scripts-home.pth 30 32 31 33 %changelog 34 * Thu Jul 9 2009 Geoffrey Thomas <geofft@mit.edu> 35 - Update to Python 2.6 32 36 * Tue Jan 27 2009 Quentin Smith <quentin@mit.edu> 33 37 - initial release
Note: See TracChangeset
for help on using the changeset viewer.