The following cronspam is occasionally produced by prometheus-vhtcpd-stats upon server reboot:
Traceback (most recent call last):
File "/usr/local/bin/prometheus-vhtcpd-stats", line 105, in <module>
sys.exit(main())
File "/usr/local/bin/prometheus-vhtcpd-stats", line 93, in main
infile = open(args.statsfile, 'r')
IOError: [Errno 2] No such file or directory: '/tmp/vhtcpd.stats'That seems to be due to the fact that the program is executed by cron every minute, possibly before vhtcpd's startup.