Difference between revisions of "Xymon"
From SME Server
Jump to navigationJump to search (Created page with " /sbin/e-smith/db yum_repositories set xymon repository \ BaseURL http://terabithia.org/rpms/xymon/el6/ \ Name 'Xymon Terabithia RPMS' \ EnableGroups yes \ Visible yes \ GPGC...") |
|||
Line 1: | Line 1: | ||
+ | <noinclude>{{Warning box|msg=Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package enable it using the option --enablerepo=dag at the SME Server shell.}} | ||
+ | Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell. | ||
+ | </noinclude> | ||
+ | <onlyinclude>{{#ifeq:{{{transcludesection|xymon8}}}|xymon8| | ||
+ | = For SME 8 = | ||
+ | /sbin/e-smith/db yum_repositories set dag repository \ | ||
+ | Name 'Dag - EL5' \ | ||
+ | BaseURL 'http://apt.sw.be/redhat/el5/en/$basearch/dag' \ | ||
+ | EnableGroups no \ | ||
+ | GPGCheck yes \ | ||
+ | GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \ | ||
+ | Visible no \ | ||
+ | Exclude freetype,htop,iptraf,rsync,syslinux \ | ||
+ | status disabled | ||
+ | }}</onlyinclude> | ||
− | /sbin/e-smith/db yum_repositories set xymon repository \ | + | <onlyinclude>{{#ifeq:{{{transcludesection|xymon9}}}|xymon9| |
− | BaseURL http:// | + | = For SME 9 = |
− | + | /sbin/e-smith/db yum_repositories set xymon repository \ | |
− | EnableGroups | + | Name 'Xymon - EL6' \ |
− | + | BaseURL 'http://apt.sw.be/redhat/el6/en/$basearch/dag' \ | |
− | GPGCheck yes \ | + | EnableGroups no \ |
− | GPGKey http:// | + | GPGCheck yes \ |
− | status disabled | + | GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \ |
+ | Visible no \ | ||
+ | Exclude freetype,htop,iptraf,rsync,syslinux \ | ||
+ | status disabled | ||
+ | }}</onlyinclude> | ||
+ | <headertabs/> | ||
+ | |||
+ | <onlyinclude>{{#ifeq:{{{transcludesection|yum-modify}}}|yum-modify| | ||
+ | After adding a repository to the database, updating the configuration file is required: | ||
+ | signal-event yum-modify | ||
+ | }}</onlyinclude> | ||
+ | -------------------------------------------------------------------------------- | ||
+ | [[Category: Yum Repository]] |
Revision as of 18:06, 8 March 2016
Below you find the installation command for the Xymon repository which can be entered on the SME Server shell.
[edit]
/sbin/e-smith/db yum_repositories set dag repository \ Name 'Dag - EL5' \ BaseURL 'http://apt.sw.be/redhat/el5/en/$basearch/dag' \ EnableGroups no \ GPGCheck yes \ GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \ Visible no \ Exclude freetype,htop,iptraf,rsync,syslinux \ status disabled
/sbin/e-smith/db yum_repositories set xymon repository \ Name 'Xymon - EL6' \ BaseURL 'http://apt.sw.be/redhat/el6/en/$basearch/dag' \ EnableGroups no \ GPGCheck yes \ GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \ Visible no \ Exclude freetype,htop,iptraf,rsync,syslinux \ status disabled
After adding a repository to the database, updating the configuration file is required:
signal-event yum-modify