1 |
trevorb |
1.1 |
diff -urN smeserver-sysmon-6.5.old/createlinks smeserver-sysmon-6.5/createlinks |
2 |
|
|
--- smeserver-sysmon-6.5.old/createlinks 2022-07-31 15:56:10.419198463 +1000 |
3 |
|
|
+++ smeserver-sysmon-6.5/createlinks 2022-07-31 15:57:25.584994991 +1000 |
4 |
|
|
@@ -1,6 +1,7 @@ |
5 |
|
|
#!/usr/bin/perl -w |
6 |
|
|
|
7 |
|
|
use esmith::Build::CreateLinks qw(:all); |
8 |
|
|
+use esmith::Build::Backup qw(:all); |
9 |
|
|
|
10 |
|
|
panel_link("sysmon", "manager"); |
11 |
|
|
|
12 |
|
|
@@ -13,3 +14,6 @@ |
13 |
|
|
service_link_enhanced("sysmon", "K03", "6"); |
14 |
|
|
service_link_enhanced("sysmon", "S97", "7"); |
15 |
|
|
|
16 |
|
|
+backup_includes("smeserver-sysmon", qw( |
17 |
|
|
+/var/lib/rrd/ |
18 |
|
|
+)); |
19 |
|
|
\ No newline at end of file |