Search found 2 matches

by caomm1982
Tue Sep 24, 2013 8:51 am
Forum: Informational/HOWTO's
Topic: [HOWTO] Let cacti work under the cron interval of 15 minutes
Replies: 1
Views: 6956

[HOWTO] Let cacti work under the cron interval of 15 minutes

For some reasons, my cron task should be 15 minutes's interval , but cacti only support cron interval of 1 minute or 5 minutes. So I maked some changes to meet my needs. Here are the steps. (1) Open the file of cacti/poller.php with a text editor,find some code like :  if ($cron_interval != 60) { $c...
by caomm1982
Sun Sep 22, 2013 8:27 am
Forum: Help: General
Topic: ====Why the value is not correct when the step is 900====?
Replies: 1
Views: 526

====Why the value is not correct when the step is 900====?

Hello, I have a question ,pls. I have a pic, the poller interval is 300, the step is 900, the monitored values are all integer , but the y axis has some float values,and the value was not I expected ! If I set the step to 300, then the y axis value will change to correct integer ones. Anyone can tel...