Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
PrepareNagiosTests
Changed
@@ -1,13 +1,13 @@ #!/bin/bash if -f /etc/SuSE-release ; then - VERSION=$(egrep VERSION /etc/SuSE-release | cut -f2 -d=) + VERSION=$(egrep VERSION /etc/SuSE-release | cut -f2 -d= | tr -d " ") else echo No file /etc/SuSE-release available. Stop. exit 1 fi zypper sl -u | egrep "jsj/openSUSE_$VERSION" 2>&1 > /dev/null if $? != 0 ; then - zypper ar -t rpm-md -f ftp://mirror.jacobs-university.de/jsj/openSUSE_$VERSION "jsj_$VERSION" + zypper ar -t rpm-md -f http://repo.jacobs-university.de/jsj/openSUSE_$VERSION "jsj_$VERSION" fi zypper in nagios-nrpe nagios-plugins-zypper nagios-plugins-kernel check_mk-agent rdiff-backup rsync -vaPH nagios.jacobs-university.de::nagios/ /etc/nagios/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.