Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 8a1d5b4

Browse files
author
Brice Figureau
committed
Add some reminders
Yeah, I keep forgotting what that means :)
1 parent 0bef9e0 commit 8a1d5b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

opennms/tools/cacti2opennms.pl

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
2929
# Place, Suite 330, Boston, MA 02111-1307 USA.
3030

31+
# notes:
32+
# data_source_type_id = 1 = "GAUGE"
33+
# data_source_type_id = 2 = "COUNTER"
34+
# data_source_type_id = 3 = "DERIVE"
35+
# data_source_type_id = 4 = "ABSOLUTE"
36+
3137
use Data::Dumper;
3238
use strict;
3339
use warnings FATAL => 'all';

0 commit comments

Comments
 (0)