中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

修改mcollective的audit支持syslog

發布時間:2020-07-24 09:29:43 來源:網絡 閱讀:713 作者:kinda22 欄目:編程語言

修改Mcollective支持syslog輸出,同時將默認的utc時間修改為本地時間。

module MCollective
  module RPC
    # An audit plugin that just logs to a file
    #
    # You can configure which file it logs to with the setting
    #
    #   plugin.rpcaudit.logfile

    class Logfile<Audit
      require 'pp'
      require 'syslog'

      def audit_request(request, connection)
        logfile = Config.instance.pluginconf["rpcaudit.logfile"] || "/var/log/mcollective-audit.log"

        now = Time.now.strftime("%F %X")

        File.open(logfile, "a") do |f|
          f.puts("[#{now}] reqid=#{request.uniqid}: reqtime=#{request.time} caller=#{request.caller}@#{request.sender} agent=#{request.agent} action=#{request.action} data=#{request.dat
a.pretty_print_inspect}")
        end

        Syslog.open('mcollective',Syslog::LOG_PID,Syslog::LOG_LOCAL4) do |f|
          f.log(Syslog::LOG_INFO,"[#{now}] reqid=#{request.uniqid}: reqtime=#{request.time} caller=#{request.caller}@#{request.sender} agent=#{request.agent} action=#{request.action} da
ta=#{request.data.pretty_print_inspect}")
        end
      end
    end
  end
end


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

阿克苏市| 牟定县| 塔河县| 宁波市| 临泉县| 高尔夫| 荃湾区| 宜君县| 靖江市| 苍梧县| 甘孜县| 平塘县| 涪陵区| 河池市| 天等县| 资兴市| 平顶山市| 衢州市| 正镶白旗| 忻州市| 双柏县| 武宁县| 土默特右旗| 沙坪坝区| 石台县| 额尔古纳市| 赤峰市| 湟中县| 仁怀市| 健康| 措勤县| 白山市| 涪陵区| 石泉县| 阳城县| 遂溪县| 云林县| 青冈县| 乐平市| 大余县| 仙居县|