PNG  IHDRxsBIT|d pHYs+tEXtSoftwarewww.inkscape.org<,tEXtComment File Manager

File Manager

Path: /opt/alt/php83/etc/newrelic/

Viewing File: newrelic.cfg

#
# Copyright 2020 New Relic Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
#

# This is a configuration template for the New Relic daemon - a communications
# proxy between New Relic agents (such as the PHP agent) and the New Relic
# data collectors. This configuration file is required *ONLY* if you need or
# want to start the New Relic daemon at system boot time using init. In order
# to do so you must execute the following commands (as root):
#
# For CentOS and RedHat systems:
#    /sbin/chkconfig newrelic-daemon on
#
# For Ubuntu and Debian systems:
#    /usr/sbin/update-rc.d newrelic-daemon defaults 90 10
#    /usr/sbin/update-rc.d newrelic-daemon enable
#
# For FreeBSD systems:
#    /etc/rc.d/newrelic-daemon start
#
# For other systems please consult your documentation on how to enable and
# disable services.
#
# For most systems:
#    /etc/init.d/newrelic-daemon start
#
# The startup scripts will only start the daemon if there is a valid daemon
# configuration file in place. This file is, by default:
#
#    /etc/newrelic/newrelic.cfg
#
# If that file does not exist, you can copy this template file to that
# location and edit it to suit your system needs.
#
# By default the daemon is not started at system boot time, and does not use
# the /etc/newrelic/newrelic.cfg file. Rather, the daemon is started by the
# agent automatically on startup and is configured by the agent (for example
# when using the PHP agent the daemon parameters are set in the global INI
# file and all begin with 'newrelic.daemon').
#
# There are certain circumstances under which you may want the daemon to be
# started at boot time rather than by the agent. If you use a chroot jail for
# running the agent in, if you have multiple web servers or FastCGI process
# managers, or if you use PHP on the command line a lot for batch processing
# then you may want to start the daemon once at system boot rather than having
# the agent start it.
#
# Below are the various options you can change that affect the daemon. Each
# one is explained in detail along with it's default value.

# Setting: pidfile
# Type   : string
# Purpose: Sets the name of the file that the daemon writes its process ID
#          (PID) to. This is used by the startup and shutdown script to know
#          which process to monitor or kill.
# Default: None. Init script uses a filename of newrelic-daemon.pid in
#          the first directory from /var/run or /var/pid that is found.
pidfile=/var/run/alt-php83-newrelic.pid

# Setting: logfile
# Type   : string
# Purpose: Sets the name of the file to record log messages in. If this file
#          does not exist it is created. If it cannot be created the daemon
#          will not start up. The amount of information sent to this file is
#          controlled by the loglevel settings, defined below.
# Default: /var/log/alt-php83-newrelic/newrelic-daemon.log
logfile=/var/log/alt-php83-newrelic/newrelic-daemon.log

# Setting: loglevel
# Type   : string
# Purpose: Sets the level of detail of log messages sent to the log file. This
#          variable can control the log level for different subsystem at
#          different levels, although such custom usage should only be done at
#          the request of New Relic technical support. The simplest setting is
#          to use one of the following keywords, in increasing order of detail:
#          error - only error messages
#          warning - only warning and error messages
#          info - only minimal startup and shutdown info
#          debug - very verbose, includes messages only relevant to support.
#                  The debug level may create very large log files.
#
#          The values verbose and verbosedebug are deprecated aliases for debug.
#
# Default: info
#loglevel=info

# Setting: address (alias: port)
# Type   : String or Integer (1-65535)
# Purpose: Sets how the agent and daemon communicate. How this is set can impact
#          performance.
#
#          The default is to use a UNIX-domain socket located at 
#          /tmp/.newrelic.sock. If you want to use UNIX domain sockets then
#          this value must begin with a "/". 
#
#          On Linux, an abstract socket can be created by prefixing the socket
#          name with '@'. Support for abstract sockets was added in PHP agent
#          version 5.2.
#
#          If you set this to an integer value in the range 1-65535, then this
#          will instruct the agent to use a normal TCP socket on the port 
#          specified. This may be easier to use if you are using a chroot 
#          environment.
#
#          To connect to a daemon that is running on a different host, set this
#          value to '<host>:<port>', where '<host>' denotes either a host name
#          or an IP address and '<port>' denotes a valid port number. IPv6 is
#          supported.
#
#          In order to use a TCP socket with a port in the range 1-1023,
#          the daemon must be started by the super-user. This is a fundamental
#          OS limitation and not one imposed by the daemon itself.
#
# Default: "/tmp/.newrelic.sock"
#address="/tmp/.newrelic.sock"

# Setting: ssl_ca_bundle
# Type   : string
# Purpose: Sets the location of a file containing CA certificates in PEM
#          format. When set, the certificates in this file will be used
#          to authenticate the New Relic collector servers. If ssl_ca_path
#          is also set (see below), the certificates in this file will be
#          searched first, followed by the certificates contained in the
#          ssl_ca_path directory. This setting has no effect when ssl
#          is set to false.
# Default: none
#ssl_ca_bundle=

# Setting: ssl_ca_path
# Type   : string
# Purpose: Sets the location of a directory containing trusted CA certificates
#          in PEM format. When set, the certificates in this directory will be
#          used to authenticate the New Relic collector servers. If
#          ssl_ca_bundle is also set (see above), it will be searched first
#          followed by the certificates contained in ssl_ca_path. This
#          setting has no effect when ssl is set to false.
# Default: none
#ssl_ca_path=

# Setting: proxy
# Type   : string
# Purpose: Some networks are configured to require the use of an egress proxy
#          server in order to communicate with the outside world. Since the
#          daemon needs to communicate with the New Relic data collection
#          servers you may need to instruct it to use a proxy server. Your
#          system or network administrator should be able to provide you with
#          the details.
#          This string is in the form [user[:password]]@hostname[:port] with
#          the user, password and port fields being optional. Some examples:
#          myusername:secret@10.1.1.1:12345
#          someuser@proxy.mydomain.com:4321
#          proxy.mydomain.com
# Default: none
#proxy=

# Setting: auditlog
# Type   : string
# Purpose: Sets the name of a file to record all uncompressed, un-encoded
#          content that is sent from your machine to the New Relic servers.
#          This includes the full URL for each command along with the payload
#          delivered with the command. This allows you to satisfy yourself
#          that the agent is not sending any sensitive data to our servers.
#          This file must be a different file to the logfile setting above.
#          If you set it to the same name audit logging will be silently
#          ignored.
# Default: None
#auditlog=/var/log/alt-php83-newrelic/audit.log

# Setting: utilization.detect_aws
# Type   : boolean
# Purpose: Enable detection of whether the system is running on AWS. This will
#          create a small amount of network traffic on daemon startup.
# Default: true
#utilization.detect_aws=true

# Setting: utilization.detect_docker
# Type   : boolean
# Purpose: Enable detection of a system running on Docker. This will be used
#          to support future features.
# Default: true
#utilization.detect_docker=true


# Setting: utilization.detect_azure
# Type   : boolean
# Scope  : system
# Default: true
# Info   : Enable detection of whether the system is running on Azure. This will
#          create a small amount of network traffic on daemon startup.
#
#utilization.detect_azure = true

# Setting: utilization.detect_gcp
# Type   : boolean
# Scope  : system
# Default: true
# Info   : Enable detection of whether the system is running on Google Cloud
#          Platform. This will create a small amount of network traffic on
#          daemon startup.
#
#utilization.detect_gcp = true

# Setting: utilization.detect_pcf
# Type   : boolean
# Scope  : system
# Default: true
# Info   : Enable detection of whether the system is running on Pivotal Cloud
#          Foundry.
#
#utilization.detect_pcf = true

# Setting: utilization.detect_kubernetes
# Type   : boolean
# Scope  : system
# Default: true
# Info   : Enable detection of whether the system is running in a Kubernetes 
#          cluster.
#
#utilization.detect_kubernetes = true

# Setting: app_timeout
# Type   : time specification string ("5m", "1h20m", etc)
# Purpose: Sets the elapsed time after which an application will be considered
#          inactive. Inactive applications do not count against the maximum
#          limit of 250 applications. Allowed units are "ns", "us", "ms", "s",
#          "m", and "h".
# Default: 10m
#app_timeout=10m

b IDATxytVսϓ22 A@IR :hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-EIENT ;@xT.i%-X}SvS5.r/UHz^_$-W"w)Ɗ/@Z &IoX P$K}JzX:;` &, ŋui,e6mX ԵrKb1ԗ)DADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADA݀!I*]R;I2$eZ#ORZSrr6mteffu*((Pu'v{DIߔ4^pIm'77WEEE;vƎ4-$]'RI{\I&G :IHJ DWBB=\WR޽m o$K(V9ABB.}jѢv`^?IOȅ} ڶmG}T#FJ`56$-ھ}FI&v;0(h;Б38CӧOWf!;A i:F_m9s&|q%=#wZprrrla A &P\\СC[A#! {olF} `E2}MK/vV)i{4BffV\|ۭX`b@kɶ@%i$K z5zhmX[IXZ` 'b%$r5M4º/l ԃߖxhʔ)[@=} K6IM}^5k㏷݆z ΗÿO:gdGBmyT/@+Vɶ纽z񕏵l.y޴it뭷zV0[Y^>Wsqs}\/@$(T7f.InݺiR$푔n.~?H))\ZRW'Mo~v Ov6oԃxz! S,&xm/yɞԟ?'uaSѽb,8GלKboi&3t7Y,)JJ c[nzӳdE&KsZLӄ I?@&%ӟ۶mSMMњ0iؐSZ,|J+N ~,0A0!5%Q-YQQa3}$_vVrf9f?S8`zDADADADADADADADADAdqP,تmMmg1V?rSI꒟]u|l RCyEf٢9 jURbztѰ!m5~tGj2DhG*{H9)꒟ר3:(+3\?/;TUݭʴ~S6lڧUJ*i$d(#=Yݺd{,p|3B))q:vN0Y.jkק6;SɶVzHJJЀ-utѹսk>QUU\޲~]fFnK?&ߡ5b=z9)^|u_k-[y%ZNU6 7Mi:]ۦtk[n X(e6Bb."8cۭ|~teuuw|ήI-5"~Uk;ZicEmN/:]M> cQ^uiƞ??Ңpc#TUU3UakNwA`:Y_V-8.KKfRitv޲* 9S6ֿj,ՃNOMߤ]z^fOh|<>@Å5 _/Iu?{SY4hK/2]4%it5q]GGe2%iR| W&f*^]??vq[LgE_3f}Fxu~}qd-ږFxu~I N>\;͗O֊:̗WJ@BhW=y|GgwܷH_NY?)Tdi'?խwhlmQi !SUUsw4kӺe4rfxu-[nHtMFj}H_u~w>)oV}(T'ebʒv3_[+vn@Ȭ\S}ot}w=kHFnxg S 0eޢm~l}uqZfFoZuuEg `zt~? b;t%>WTkķh[2eG8LIWx,^\thrl^Ϊ{=dž<}qV@ ⠨Wy^LF_>0UkDuʫuCs$)Iv:IK;6ֲ4{^6եm+l3>݆uM 9u?>Zc }g~qhKwڭeFMM~pМuqǿz6Tb@8@Y|jx](^]gf}M"tG -w.@vOqh~/HII`S[l.6nØXL9vUcOoB\xoǤ'T&IǍQw_wpv[kmO{w~>#=P1Pɞa-we:iǏlHo׈꒟f9SzH?+shk%Fs:qVhqY`jvO'ρ?PyX3lх]˾uV{ݞ]1,MzYNW~̈́ joYn}ȚF߾׮mS]F z+EDxm/d{F{-W-4wY듏:??_gPf ^3ecg ҵs8R2מz@TANGj)}CNi/R~}c:5{!ZHӋӾ6}T]G]7W6^n 9*,YqOZj:P?Q DFL|?-^.Ɵ7}fFh׶xe2Pscz1&5\cn[=Vn[ĶE鎀uˌd3GII k;lNmشOuuRVfBE]ۣeӶu :X-[(er4~LHi6:Ѻ@ԅrST0trk%$Č0ez" *z"T/X9|8.C5Feg}CQ%͞ˣJvL/?j^h&9xF`њZ(&yF&Iݻfg#W;3^{Wo^4'vV[[K';+mӍִ]AC@W?1^{එyh +^]fm~iԵ]AB@WTk̏t uR?l.OIHiYyԶ]Aˀ7c:q}ힽaf6Z~қm(+sK4{^6}T*UUu]n.:kx{:2 _m=sAߤU@?Z-Vކеz왍Nэ{|5 pڶn b p-@sPg]0G7fy-M{GCF'%{4`=$-Ge\ eU:m+Zt'WjO!OAF@ik&t݆ϥ_ e}=]"Wz_.͜E3leWFih|t-wZۍ-uw=6YN{6|} |*={Ѽn.S.z1zjۻTH]흾 DuDvmvK.`V]yY~sI@t?/ϓ. m&["+P?MzovVЫG3-GRR[(!!\_,^%?v@ҵő m`Y)tem8GMx.))A]Y i`ViW`?^~!S#^+ѽGZj?Vģ0.))A꨷lzL*]OXrY`DBBLOj{-MH'ii-ϰ ok7^ )쭡b]UXSְmռY|5*cֽk0B7镹%ڽP#8nȎq}mJr23_>lE5$iwui+ H~F`IjƵ@q \ @#qG0".0" l`„.0! ,AQHN6qzkKJ#o;`Xv2>,tێJJ7Z/*A .@fفjMzkg @TvZH3Zxu6Ra'%O?/dQ5xYkU]Rֽkق@DaS^RSּ5|BeHNN͘p HvcYcC5:y #`οb;z2.!kr}gUWkyZn=f Pvsn3p~;4p˚=ē~NmI] ¾ 0lH[_L hsh_ғߤc_њec)g7VIZ5yrgk̞W#IjӪv>՞y睝M8[|]\շ8M6%|@PZڨI-m>=k='aiRo-x?>Q.}`Ȏ:Wsmu u > .@,&;+!!˱tﭧDQwRW\vF\~Q7>spYw$%A~;~}6¾ g&if_=j,v+UL1(tWake:@Ș>j$Gq2t7S?vL|]u/ .(0E6Mk6hiۺzښOrifޱxm/Gx> Lal%%~{lBsR4*}{0Z/tNIɚpV^#Lf:u@k#RSu =S^ZyuR/.@n&΃z~B=0eg뺆#,Þ[B/?H uUf7y Wy}Bwegל`Wh(||`l`.;Ws?V@"c:iɍL֯PGv6zctM̠':wuW;d=;EveD}9J@B(0iհ bvP1{\P&G7D޴Iy_$-Qjm~Yrr&]CDv%bh|Yzni_ˆR;kg}nJOIIwyuL}{ЌNj}:+3Y?:WJ/N+Rzd=hb;dj͒suݔ@NKMԄ jqzC5@y°hL m;*5ezᕏ=ep XL n?מ:r`۵tŤZ|1v`V뽧_csج'ߤ%oTuumk%%%h)uy]Nk[n 'b2 l.=͜E%gf$[c;s:V-͞WߤWh-j7]4=F-X]>ZLSi[Y*We;Zan(ӇW|e(HNNP5[= r4tP &0<pc#`vTNV GFqvTi*Tyam$ߏWyE*VJKMTfFw>'$-ؽ.Ho.8c"@DADADADADADADADADA~j*֘,N;Pi3599h=goضLgiJ5փy~}&Zd9p֚ e:|hL``b/d9p? fgg+%%hMgXosج, ΩOl0Zh=xdjLmhݻoO[g_l,8a]٭+ӧ0$I]c]:粹:Teꢢ"5a^Kgh,&= =՟^߶“ߢE ܹS J}I%:8 IDAT~,9/ʃPW'Mo}zNƍ쨓zPbNZ~^z=4mswg;5 Y~SVMRXUյڱRf?s:w ;6H:ºi5-maM&O3;1IKeamZh͛7+##v+c ~u~ca]GnF'ټL~PPPbn voC4R,ӟgg %hq}@#M4IÇ Oy^xMZx ) yOw@HkN˖-Sǎmb]X@n+i͖!++K3gd\$mt$^YfJ\8PRF)77Wא!Cl$i:@@_oG I{$# 8磌ŋ91A (Im7֭>}ߴJq7ޗt^ -[ԩSj*}%]&' -ɓ'ꫯVzzvB#;a 7@GxI{j޼ƌ.LÇWBB7`O"I$/@R @eee@۷>}0,ɒ2$53Xs|cS~rpTYYY} kHc %&k.], @ADADADADADADADADA@lT<%''*Lo^={رc5h %$+CnܸQ3fҥK}vUVVs9G R,_{xˇ3o߾;TTTd}馛]uuuG~iԩ@4bnvmvfϞ /Peeeq}}za I~,誫{UWW뮻}_~YƍSMMMYχ֝waw\ďcxꩧtEƍկ_?۷5@u?1kNׯWzz/wy>}zj3 k(ٺuq_Zvf̘:~ ABQ&r|!%KҥKgԞ={<_X-z !CyFUUz~ ABQIIIjݺW$UXXDٳZ~ ABQƍecW$<(~<RSSvZujjjԧOZQu@4 8m&&&jԩg$ď1h ͟?_{768@g =@`)))5o6m3)ѣƌJ;wҿUTT /KZR{~a=@0o<*狔iFɶ[ˎ;T]]OX@?K.ۈxN pppppppppppppppppPfl߾] ,{ァk۶mڿo5BTӦMӴiӴ|r DB2e|An!Dy'tkΝ[A $***t5' "!駟oaDnΝ:t֭[gDШQ06qD;@ x M6v(PiizmZ4ew"@̴ixf [~-Fٱc&IZ2|n!?$@{[HTɏ#@hȎI# _m(F /6Z3z'\r,r!;w2Z3j=~GY7"I$iI.p_"?pN`y DD?: _  Gÿab7J !Bx@0 Bo cG@`1C[@0G @`0C_u V1 aCX>W ` | `!<S `"<. `#c`?cAC4 ?c p#~@0?:08&_MQ1J h#?/`7;I  q 7a wQ A 1 Hp !#<8/#@1Ul7=S=K.4Z?E_$i@!1!E4?`P_  @Bă10#: "aU,xbFY1 [n|n #'vEH:`xb #vD4Y hi.i&EΖv#O H4IŶ}:Ikh @tZRF#(tXҙzZ ?I3l7q@õ|ۍ1,GpuY Ꮿ@hJv#xxk$ v#9 5 }_$c S#=+"K{F*m7`#%H:NRSp6I?sIՖ{Ap$I$I:QRv2$Z @UJ*$]<FO4IENDB`