This file is indexed.

/usr/share/aide/config/aide/aide.conf.d/31_aide_smokeping is in aide-common 0.16~a2.git20130520-2.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
#!/bin/bash

if [ -d "/var/lib/smokeping" ]; then
  find /var/lib/smokeping -type f -name '*.rrd' | \
       sed 's/^\(.*\)/\1$ VarFile/'
fi
if [ -d "/var/www/smokeping" ]; then
  find /var/www/smokeping -type f -name '*.png' | \
       sed 's/^\(.*\)/\1$ VarFile/'
  find /var/www/smokeping -type f -name '*.maxhight' | \
       sed 's/^\(.*\)/\1$ VarFile/'
fi

cat <<EOF
/@@{RUN}/smokeping/smokeping\.pid$ VarFile
/@@{RUN}/smokeping$ VarDirInode
!/tmp/speedy\.6\.21\.F$
EOF