<div dir="ltr">I really, _really_, wish there were an alternative to this software. But even their own Kea is a long way from production ready. Anyway...<div><br></div><div>There seems to be a way to craft custom log messages along with some sort of scripting language:</div><div><br></div><div>```</div><div><div>if not exists host-name {</div><div> set hostline = &quot;DHCPNone&quot;;</div><div>} else {</div><div> set hostline = option host-name;</div><div>}</div><div>on commit { log(info, concat(&quot;DHCP-commit&quot;, &quot; &quot;, binary-to-ascii(10, 8, &quot;.&quot;, leased-address),&quot; &quot;,hwprint,&quot; &quot;, hostline)); }</div><div>```</div><div><br></div><div>I can&#39;t find one mention of this stuff in the dhcpd.conf man page. Does anyone know where I could find documentation on it? I&#39;m primarily concerned with generating parseable messages (really, JSON structures) for lease issues, releases, and expirations.</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>James Sumners<br><a href="http://james.sumners.info/" target="_blank">http://james.sumners.info/</a> (technical profile)</div><div><a href="http://jrfom.com/" target="_blank">http://jrfom.com/</a> (personal site)</div><div><a href="http://haplo.bandcamp.com/" target="_blank">http://haplo.bandcamp.com/</a> (band page)</div></div></div></div></div>
</div></div>