16 Oct
2017
16 Oct
'17
11:04 p.m.
Is there a way to set regex config based on policy or groups?
I'd like to do something like ..
if (hostname != "example_host"){
$config['bad_ifalias_regexp'][] = "/^$/";
}
17 Oct
17 Oct
8:08 a.m.
Nvm, I figured it out.
On 10/16/17 5:04 PM, Skyler Blumer wrote:
Is there a way to set regex config based on policy or groups?
I'd like to do something like ..
if (hostname != "example_host"){
$config['bad_ifalias_regexp'][] = "/^$/";
}
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
2669
Age (days ago)
2670
Last active (days ago)
1 comments
1 participants
participants (1)
-
Skyler Blumer