码迷,mamicode.com
首页 >  
搜索关键字:puppet cron    ( 2689个结果
spring使用quartz触发器
环境:spring-context-support-4.0.5.RELEASE.jar(需要此包的\org\springframework\scheduling\quartz\)<!--管理类可以使用多个触发器--> <!--lazy-init=‘false‘容器启动就会执行调度程序--> <beanid="taskManager"lazy-init="false"autowire="no" class="org..
分类:编程语言   时间:2014-10-31 19:20:03    阅读次数:203
Puppet Agent/Master HTTPS Communications
The agent/master HTTP interface is REST-like, but varies from strictly RESTful design in several ways. The endpoints used by the agent are detailed in...
分类:Web程序   时间:2014-10-31 15:29:38    阅读次数:207
Puppet's Commands 3.7
Puppet's CommandsPuppet’s command line interface consists of a singlepuppetcommand with many subcommands.Puppet’s companion utilities,FacterandHiera, ...
分类:其他好文   时间:2014-10-31 15:25:52    阅读次数:128
Puppet's Architecture 3.7
Puppet configures systems in two main stages:Compile a catalogApply the catalogThe Agent/Master ArchitecturePuppet usually runs in an agent/master arc...
分类:其他好文   时间:2014-10-31 15:02:15    阅读次数:239
在Puppet中用ERB模板来自动配置Nginx虚拟主机
**1. 模板文件是在puppet模块下面templates目录中以”.erb”结尾的文件** puppet模板主要用于文件,例如各种服务的配置文件,相同的服务,不同的配置就可以考虑使用模板文件,例如Nginx和Apache的虚拟主机配置就可...
分类:其他好文   时间:2014-10-31 12:16:52    阅读次数:180
Centos下执行定时任务Crontab命令介绍
1.Cron的启动与关闭 由于Cron是Linux的内置服务,可以用以下的方法启动.关闭这个服务: /sbin/service crond start           //启动服务 /sbin/service crond stop            //关闭服务 /sbin/service crond restart        //重启服务 /sbin/service cro...
分类:其他好文   时间:2014-10-31 12:05:54    阅读次数:179
在Puppet中用ERB模板来自动配置Nginx虚拟主机
模板文件是在puppet模块下面templates目录中以”.erb”结尾的文件,puppet模板主要用于文件,例如各种服务的配置文件,相同的服务,不同的配置就可以考虑使用模板文件,例如Nginx和Apache的虚拟主机配置就可以考虑采用ERB模板,nginx的安装在这里建议用系统内部自带的YUM源来安..
分类:其他好文   时间:2014-10-30 19:22:25    阅读次数:223
Puppet master/agent installation on RHEL7
======================================================================================================================================================...
分类:其他好文   时间:2014-10-30 18:54:58    阅读次数:160
crontab命令
天一个linux命令(50):crontab命令前 一天学习了at命令是针对仅运行一次的任务,循环运行的例行性计划任务,linux系统则是由cron(crond)这个系统服务来控制的。 Linux系统上面原本就有非常多的计划性工作,因此这个系统服务是默认启动的。另外,由于使用者自己也可以设置计划任务...
分类:其他好文   时间:2014-10-28 17:45:10    阅读次数:279
自动化运维工具puppet的基础使用
一、puppet的简介puppet是一种开源的、新一代的集中化的配置管理工具。可管理的平台有windows,Linux,Unix等。有自己的配置语言(资源申报语言),可管理文件、软件包、系统服务、用户等。这些统称为puppet的资源。puppet是采用ruby语言研发的。工作流程如下图:工作模型:单机..
分类:其他好文   时间:2014-10-28 02:13:33    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!