Split Template App Security into 2 independent templates: Iptables, Fail2Ban
Move userparameter selinux-enable, from security.conf into selinux.conf Move userparameters from security.conf into iptables.conf and linux.conf Added squid.conf file and Template App Squid
This commit is contained in:
		
							
								
								
									
										105
									
								
								templates/Template App Solr.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										105
									
								
								templates/Template App Solr.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,105 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <zabbix_export> | ||||
|     <version>3.0</version> | ||||
|     <date>2016-05-02T08:44:04Z</date> | ||||
|     <groups> | ||||
|         <group> | ||||
|             <name>Zabbix Templates</name> | ||||
|         </group> | ||||
|     </groups> | ||||
|     <templates> | ||||
|         <template> | ||||
|             <template>Template App Solr</template> | ||||
|             <name>Template App Solr</name> | ||||
|             <description/> | ||||
|             <groups> | ||||
|                 <group> | ||||
|                     <name>Zabbix Templates</name> | ||||
|                 </group> | ||||
|             </groups> | ||||
|             <applications> | ||||
|                 <application> | ||||
|                     <name>Solr</name> | ||||
|                 </application> | ||||
|             </applications> | ||||
|             <items> | ||||
|                 <item> | ||||
|                     <name>Solr service is running</name> | ||||
|                     <type>0</type> | ||||
|                     <snmp_community/> | ||||
|                     <multiplier>0</multiplier> | ||||
|                     <snmp_oid/> | ||||
|                     <key>net.tcp.service[tcp,,8983]</key> | ||||
|                     <delay>60</delay> | ||||
|                     <history>7</history> | ||||
|                     <trends>365</trends> | ||||
|                     <status>0</status> | ||||
|                     <value_type>3</value_type> | ||||
|                     <allowed_hosts/> | ||||
|                     <units/> | ||||
|                     <delta>0</delta> | ||||
|                     <snmpv3_contextname/> | ||||
|                     <snmpv3_securityname/> | ||||
|                     <snmpv3_securitylevel>0</snmpv3_securitylevel> | ||||
|                     <snmpv3_authprotocol>0</snmpv3_authprotocol> | ||||
|                     <snmpv3_authpassphrase/> | ||||
|                     <snmpv3_privprotocol>0</snmpv3_privprotocol> | ||||
|                     <snmpv3_privpassphrase/> | ||||
|                     <formula>1</formula> | ||||
|                     <delay_flex/> | ||||
|                     <params/> | ||||
|                     <ipmi_sensor/> | ||||
|                     <data_type>0</data_type> | ||||
|                     <authtype>0</authtype> | ||||
|                     <username/> | ||||
|                     <password/> | ||||
|                     <publickey/> | ||||
|                     <privatekey/> | ||||
|                     <port/> | ||||
|                     <description/> | ||||
|                     <inventory_link>0</inventory_link> | ||||
|                     <applications> | ||||
|                         <application> | ||||
|                             <name>Solr</name> | ||||
|                         </application> | ||||
|                     </applications> | ||||
|                     <valuemap> | ||||
|                         <name>Service state</name> | ||||
|                     </valuemap> | ||||
|                     <logtimefmt/> | ||||
|                 </item> | ||||
|             </items> | ||||
|             <discovery_rules/> | ||||
|             <macros/> | ||||
|             <templates/> | ||||
|             <screens/> | ||||
|         </template> | ||||
|     </templates> | ||||
|     <triggers> | ||||
|         <trigger> | ||||
|             <expression>{Template App Solr:net.tcp.service[tcp,,8983].sum(#3)}=0</expression> | ||||
|             <name>Solr service is down</name> | ||||
|             <url/> | ||||
|             <status>0</status> | ||||
|             <priority>4</priority> | ||||
|             <description/> | ||||
|             <type>0</type> | ||||
|             <dependencies/> | ||||
|         </trigger> | ||||
|     </triggers> | ||||
|     <value_maps> | ||||
|         <value_map> | ||||
|             <name>Service state</name> | ||||
|             <mappings> | ||||
|                 <mapping> | ||||
|                     <value>0</value> | ||||
|                     <newvalue>Down</newvalue> | ||||
|                 </mapping> | ||||
|                 <mapping> | ||||
|                     <value>1</value> | ||||
|                     <newvalue>Up</newvalue> | ||||
|                 </mapping> | ||||
|             </mappings> | ||||
|         </value_map> | ||||
|     </value_maps> | ||||
| </zabbix_export> | ||||
		Reference in New Issue
	
	Block a user
	 Michał Olber
					Michał Olber