
	Group "Server1" {
		Group "Queue" {
			hostname:       server1.example.com
			#graph:		yes	#optionally, highly recommended
			#barstyle:	none	#optionally, highly recommended (only if graphing)
			Service UDP/SNMP {
				label:		LOCAL
				maxvalue:       100
				oid:		.1.3.6.1.4.1.18689.1.69.101.1
				messagedn:      too many msgs to local rcpts on server1 
				messageup:      server1 local rcpts ok
			}
			Service UDP/SNMP {
				label:		REMOTE
				maxvalue:       1200
				oid:		.1.3.6.1.4.1.18689.1.69.101.2
				messagedn:      too many msgs to remote rcpts on server1
				messageup:      server1 remote rcpts ok
			}
			Service UDP/SNMP {
				label:		TODO
				maxvalue:       20
				oid:		.1.3.6.1.4.1.18689.1.69.101.3
				messagedn:      too many non-preprocessed msgs on server1
				messageup:      server1 non-preprocessed msgs ok
			}
			Service UDP/SNMP {
				label:		TOTAL
				maxvalue:       1300
				oid:		.1.3.6.1.4.1.18689.1.69.101.4
				messagedn:      too many total msgs on server1
				messageup:      server1 total msgs ok
			}
		}
	}
