root/src/noit.conf.in

Revision 24e2d4cc1064f7898596ec8b419cd6925cac6ccd, 7.1 kB (checked in by Philip Maddox <pmaddox@circonus.com>, 3 months ago)

Fix typo in noit.conf.in

  • Property mode set to 100644
Line 
1 <?xml version="1.0" encoding="utf8" standalone="yes"?>
2 <noit lockfile="/var/run/noitd.lock" text_size_limit="512">
3   <!-- <watchdog glider="/opt/gimli/bin/glider" tracedir="/var/log/noitd.crash"/> -->
4   <eventer>
5     <config>
6       <default_queue_threads>10</default_queue_threads>
7       <default_ca_chain>%sysconfdir%/default-ca-chain.crt</default_ca_chain>
8     </config>
9   </eventer>
10   <logs>
11     <console_output>
12       <outlet name="stderr"/>
13       <log name="error"/>
14       <log name="debug" disabled="true"/>
15     </console_output>
16     <feeds>
17       <log name="feed" type="jlog" path="/var/log/noitd.feed(stratcon)"/>
18     </feeds>
19     <components>
20       <error>
21         <outlet name="error"/>
22         <log name="error/collectd"/>
23         <log name="error/dns"/>
24         <log name="error/eventer"/>
25         <log name="error/external"/>
26         <log name="error/lua"/>
27         <log name="error/mysql"/>
28         <log name="error/ping_icmp"/>
29         <log name="error/postgres"/>
30         <log name="error/selfcheck"/>
31         <log name="error/snmp"/>
32         <log name="error/ssh2"/>
33       </error>
34       <debug>
35         <outlet name="debug"/>
36         <log name="debug/collectd" disabled="true"/>
37         <log name="debug/dns" disabled="true"/>
38         <log name="debug/eventer" disabled="true"/>
39         <log name="debug/external" disabled="true"/>
40         <log name="debug/lua" disabled="true"/>
41         <log name="debug/mysql" disabled="true"/>
42         <log name="debug/ping_icmp" disabled="true"/>
43         <log name="debug/postgres" disabled="true"/>
44         <log name="debug/selfcheck" disabled="true"/>
45         <log name="debug/snmp" disabled="true"/>
46         <log name="debug/ssh2" disabled="true"/>
47       </debug>
48     </components>
49     <feeds>
50       <config><extended_id>off</extended_id></config>
51       <outlet name="feed"/>
52       <log name="check"/>
53       <log name="delete"/>
54       <log name="status"/>
55       <log name="metrics"/>
56       <log name="bundle"/>
57       <log name="config"/>
58     </feeds>
59   </logs>
60   <modules directory="%modulesdir%">
61     <loader image="lua" name="lua">
62       <config><directory>%modulesluadir%/?.lua</directory></config>
63     </loader>
64     <module image="selfcheck" name="selfcheck"/>
65     <module image="ping_icmp" name="ping_icmp"/>
66     <module image="dns" name="dns"/>
67     <module image="ssh2" name="ssh2"/>
68     <module image="httptrap" name="httptrap"/>
69     <module image="statsd" name="statsd"/>
70     <module loader="lua" name="varnish" object="noit.module.varnish"/>
71     <module loader="lua" name="http" object="noit.module.http"/>
72     <module loader="lua" name="resmon" object="noit.module.resmon"/>
73     <module loader="lua" name="smtp" object="noit.module.smtp"/>
74     <module loader="lua" name="ntp" object="noit.module.ntp"/>
75     <module loader="lua" name="dhcp" object="noit.module.dhcp"/>
76     <module loader="lua" name="pop3" object="noit.module.pop3"/>
77     <jezebel>
78       <config><url>http://127.0.0.1:8083/dispatch</url></config>
79       <module loader="lua" name="jmx" object="noit.module.jezebel"/>
80       <module loader="lua" name="snmp" object="noit.module.jezebel"/>
81     </jezebel>
82     <generic image="check_test" name="check_test"/>
83     <generic image="lua" name="lua_web">
84       <config>
85         <directory>%modulesluadir%/?.lua</directory>
86         <dispatch>%modulesluadir%/web.lua</dispatch>
87       </config>
88     </generic>
89     <generic image="ip_acl" name="ip_acl"/>
90   </modules>
91   <listeners>
92     <sslconfig>
93       <optional_no_ca>false</optional_no_ca>
94       <certificate_file>%sysconfdir%/%PKIPREFIX%noit.crt</certificate_file>
95       <key_file>%sysconfdir%/%PKIPREFIX%noit.key</key_file>
96       <ca_chain>%sysconfdir%/%PKIPREFIX%ca.crt</ca_chain>
97     </sslconfig>
98     <consoles type="noit_console">
99       <listener address="/tmp/noit">
100         <config>
101           <line_protocol>telnet</line_protocol>
102         </config>
103       </listener>
104       <listener address="*" port="32322">
105         <config>
106           <line_protocol>telnet</line_protocol>
107         </config>
108       </listener>
109       <listener address="*" port="32323" ssl="on"/>
110     </consoles>
111     <listener type="control_dispatch" address="*" port="43191" ssl="on">
112       <config>
113         <log_transit_feed_name>feed</log_transit_feed_name>
114       </config>
115     </listener>
116   </listeners>
117   <rest>
118     <acl>
119       <rule type="allow" />
120     </acl>
121   </rest>
122   <checks filterset="default"
123           resolve_rtype="prefer-ipv4"
124           transient_min_period="1000" transient_period_granularity="500">
125     <config xmlns:ip_acl="noit://module/ip_acl">
126       <ip_acl:global/>
127     </config>
128     <check uuid="f7cea020-f19d-11dd-85a6-cb6d3a2207dc" module="selfcheck" target="127.0.0.1" period="5000" timeout="4000"/>
129     <check uuid="1b4e28ba-2fa1-11d2-883f-b9b761bde3fb" module="ping_icmp" target="8.8.8.8" period="15000" timeout="14000"/>
130     <dc1 timeout="30000" period="60000" transient_min_period="10000">
131       <icmp module="ping_icmp">
132         <check uuid="1b4e28ba-2fa1-11d2-883f-b9a761bde3fb" target="66.225.209.7"/>
133       </icmp>
134       <web module="http">
135         <config xmlns:ip_acl="noit://module/ip_acl">
136           <ip_acl:sample/>
137         </config>
138         <check uuid="1b4e28ba-2fa1-11d2-883f-b9a761bde3aa" target="labs.omniti.com">
139           <config>
140             <url>https://labs.omniti.com/</url>
141             <code>200</code>
142           </config>
143         </check>
144         <check uuid="1b4e28ba-2fa1-11d2-883f-b9a761bde3ff" target="taskman.omniti.com">
145           <config>
146             <url>https://taskman.omniti.com/</url>
147             <code>200</code>
148           </config>
149         </check>
150       </web>
151       <resmon module="resmon" period="30000">
152         <check uuid="1b4e28ba-2fa1-11d2-883f-b9a761bde3fd" timeout="2000" target="10.225.209.36"/>
153       </resmon>
154       <switches module="snmp" period="60000">
155         <config inherit="SwitchPortX"/>
156         <switch target="10.1.2.3">
157           <check uuid="1b4e28ba-2fa1-11d2-883f-e9b761bde3fb" name="switchport::1"/>
158           <check uuid="1b4e28ba-3fa1-11d2-883f-e9b761bde3fb" name="switchport::2"/>
159           <check uuid="1b4e29ba-3fa1-11d2-883f-e9b761bde3fb" name="switchport::3"/>
160           <check uuid="4deb0724-ccee-4360-83bc-255e7b9d989d" name="switchport::4"/>
161         </switch>
162       </switches>
163       <disk module="snmp" period="60000">
164         <config inherit="disk"><community>test</community></config>
165         <check target="127.0.0.1" uuid="16eb9194-cbf4-11de-8fba-031dd96e4057" name="disk::1" />
166       </disk>
167     </dc1>
168     <check uuid="002d58ff-20ff-4db0-9420-782fc1748dc4" module="ssh2" target="git.github.com" period="60000" timeout="4000"/>
169     <check uuid="ff4f1de8-a405-11e1-8770-9347de0fce85" module="statsd" target="127.0.0.1" period="60000" timeout="59999"/>
170   </checks>
171   <filtersets>
172     <filterset name="default">
173       <rule type="deny" module="^ping_icmp$" metric="^(?:minimum|maximum|count)$" />
174       <rule type="allow"/>
175     </filterset>
176   </filtersets>
177   <config_templates>
178     <include file="config_templates.conf"/>
179   </config_templates>
180   <acls>
181     <acl name="global">
182       <rule type="deny">8.8.38.0/24</rule>
183     </acl>
184     <acl name="sample">
185       <rule type="deny">66.225.209.0/24</rule>
186     </acl>
187   </acls>
188 </noit>
Note: See TracBrowser for help on using the browser.