I have setup MRTG-rrdtools-routers2.cgi and setup working fine and happy as a beginner :)
I have set 'ThreshDir:'
, 'ThreshMinI'
and 'ThreshProgI'
in MRTG cfgs. At the first run my script in 'ThreshProgI'
is run without any issue but it not going to run in the next 5 minutes runs.
I see that in the 'ThreshDir:'
location, there is a file generate at at first MRTG run. If I remove that file then my script in 'ThreshProgI'
will run in the next MRTG run.
So far what I notice here is that after generating the 'ThreshDir:'
file, 'ThreshProgI'
will stop working in my setup. What could be the reason for this, how can I make 'ThreshProgI'
run every 5 minutes (when 'ThreshMinI'
fails).