search for: syntacti

Displaying 2 results from an estimated 2 matches for "syntacti".

Did you mean: syntactic
2011 Jun 13
0
unmanaging config data
...ay I have a nagios_service which uses another template nagios_service. I am about to rejig my existing configuration to permit some mechanism to override the default settings, e.g. override the command value from the default in the template service to some host specific setting, something (probably syntactially wrong) like... nagios_service { "diskfree_myhost": if (defined $diskfree_command) { command => $diskfree_command } use => "diskfree", } should work to make this happen. Now the obvious issue here is that whilst I can add this parameter into the m...
2004 Oct 20
1
throttle particular client ip
...andle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 50 handle \ 0x1 fw police rate 1kbit burst 1500 mtu 9k drop flowid :0x1 This works great! But all clients on the lan side are throttled for what ever $SERVERIP and $SERVERPORT that are marked. I have yet to be able to syntactially provide the reversal onto a client. And, I''m not even sure if I need to utilize iptables for what I want to do? And, If iptables are needed for the ''marking'' of the traffic, would I use the POSTROUTING (which I''ve tried)? I''m thinking that simply u...