<?xml version="1.0" encoding="UTF-8"?>
<template_config os="FreeBSD" profile="%%SYSCHECK_PGSQL_PROFILE%%">

  <syscheck>
    <directories realtime="yes" check_all="yes" restrict=".conf">/var/db/postgres</directories>
  </syscheck>

</template_config>

<template_config os="Linux" profile="%%SYSCHECK_PGSQL_PROFILE%%">

  <syscheck>
    <directories realtime="yes" check_all="yes" restrict=".conf">/var/lib/postgresql</directories>
  </syscheck>

</template_config>