Added interval in btrfs #2
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Sysdeploy/collectd-btrfs#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "shailaja/collectd-btrfs:new_metric"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think this isn't sufficient. You also need to update the callback frequency. Documentation (
register_read
):https://collectd.org/documentation/manpages/collectd-python.5.shtml#functions
Example:
bc06a7344d
Also, we're trying to avoid magic values, so we should define the 600 as a constant.
c684beab6f
to4dae2cd4dc
Looks ok.