Want to remove a spike from a graph?

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

OnlyGuest

Post by OnlyGuest »

pdestefanis
Posts: 9
Joined: Tue Dec 19, 2006 11:39 am

Post by pdestefanis »

And for dealing with the change in file ownership, you can add at the end of removespikes.pl something like:

Code: Select all

  system ("chmod", "660", $ARGV[0]);
  system ("chown", "cacti:cacti", $ARGV[0]);
You may want a different chmod (600?) or use a different user (I use cacti myself).

Pablo
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests