Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 100
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sun Jan 8 08:33:58 UTC 2023 - Stefan Botter <obs@botter.cc> + +- remove installation and service enablement of nrpe in + PrepareNagiosTests + +------------------------------------------------------------------- Wed Nov 30 08:41:28 UTC 2022 - Stefan Botter <obs@botter.cc> - fix PrepareApacheConfig step to modify logrotate file, ensure
View file
PrepareNagiosTests
Changed
@@ -26,8 +26,10 @@ fi zypper -n in -l $INSTALLPACKAGES if ${VERSION_ID/./} -ge 120 ; then - systemctl enable nrpe.service - systemctl start nrpe.service + if ${VERSION_ID/./} -lt 153 ; then + systemctl enable nrpe.service + systemctl start nrpe.service + fi if ${VERSION_ID/./} -ge 130 ; then systemctl enable check_mk-agent.socket systemctl start check_mk-agent.socket
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
.