Want to remove a spike from a graph?
Moderators: Developers, Moderators
-
- Posts: 9
- Joined: Tue Dec 19, 2006 11:39 am
And for dealing with the change in file ownership, you can add at the end of removespikes.pl something like:
You may want a different chmod (600?) or use a different user (I use cacti myself).
Pablo
Code: Select all
system ("chmod", "660", $ARGV[0]);
system ("chown", "cacti:cacti", $ARGV[0]);
Pablo
Who is online
Users browsing this forum: No registered users and 0 guests