File tree Expand file tree Collapse file tree 7 files changed +151
-5
lines changed Expand file tree Collapse file tree 7 files changed +151
-5
lines changed Original file line number Diff line number Diff line change
1
+ # +-------------------------------------------------------------------------+
2
+ # | Copyright (C) 2004-2023 The Cacti Group |
3
+ # | |
4
+ # | This program is free software; you can redistribute it and/or |
5
+ # | modify it under the terms of the GNU General Public License |
6
+ # | as published by the Free Software Foundation; either version 2 |
7
+ # | of the License, or (at your option) any later version. |
8
+ # | |
9
+ # | This program is distributed in the hope that it will be useful, |
10
+ # | but WITHOUT ANY WARRANTY; without even the implied warranty of |
11
+ # | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12
+ # | GNU General Public License for more details. |
13
+ # +-------------------------------------------------------------------------+
14
+ # | Cacti: The Complete RRDtool-based Graphing Solution |
15
+ # +-------------------------------------------------------------------------+
16
+ # | This code is designed, written, and maintained by the Cacti Group. See |
17
+ # | about.php and/or the AUTHORS file for specific developer information. |
18
+ # +-------------------------------------------------------------------------+
19
+ # | http://www.cacti.net/ |
20
+ # +-------------------------------------------------------------------------+
21
+
1
22
# Number of days of inactivity before an issue becomes stale
2
23
daysUntilStale : 60
3
24
# Number of days of inactivity before a stale issue is closed
Original file line number Diff line number Diff line change
1
+ # +-------------------------------------------------------------------------+
2
+ # | Copyright (C) 2004-2023 The Cacti Group |
3
+ # | |
4
+ # | This program is free software; you can redistribute it and/or |
5
+ # | modify it under the terms of the GNU General Public License |
6
+ # | as published by the Free Software Foundation; either version 2 |
7
+ # | of the License, or (at your option) any later version. |
8
+ # | |
9
+ # | This program is distributed in the hope that it will be useful, |
10
+ # | but WITHOUT ANY WARRANTY; without even the implied warranty of |
11
+ # | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12
+ # | GNU General Public License for more details. |
13
+ # +-------------------------------------------------------------------------+
14
+ # | Cacti: The Complete RRDtool-based Graphing Solution |
15
+ # +-------------------------------------------------------------------------+
16
+ # | This code is designed, written, and maintained by the Cacti Group. See |
17
+ # | about.php and/or the AUTHORS file for specific developer information. |
18
+ # +-------------------------------------------------------------------------+
19
+ # | http://www.cacti.net/ |
20
+ # +-------------------------------------------------------------------------+
21
+
1
22
locales /po /* .mo
Original file line number Diff line number Diff line change
1
+ # +-------------------------------------------------------------------------+
2
+ # | Copyright (C) 2004-2023 The Cacti Group |
3
+ # | |
4
+ # | This program is free software; you can redistribute it and/or |
5
+ # | modify it under the terms of the GNU General Public License |
6
+ # | as published by the Free Software Foundation; either version 2 |
7
+ # | of the License, or (at your option) any later version. |
8
+ # | |
9
+ # | This program is distributed in the hope that it will be useful, |
10
+ # | but WITHOUT ANY WARRANTY; without even the implied warranty of |
11
+ # | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12
+ # | GNU General Public License for more details. |
13
+ # +-------------------------------------------------------------------------+
14
+ # | Cacti: The Complete RRDtool-based Graphing Solution |
15
+ # +-------------------------------------------------------------------------+
16
+ # | This code is designed, written, and maintained by the Cacti Group. See |
17
+ # | about.php and/or the AUTHORS file for specific developer information. |
18
+ # +-------------------------------------------------------------------------+
19
+ # | http://www.cacti.net/ |
20
+ # +-------------------------------------------------------------------------+
21
+
1
22
# customize style guide
2
23
all
3
24
rule "MD010" , code_blocks : false
Original file line number Diff line number Diff line change
1
+ # +-------------------------------------------------------------------------+
2
+ # | Copyright (C) 2004-2023 The Cacti Group |
3
+ # | |
4
+ # | This program is free software; you can redistribute it and/or |
5
+ # | modify it under the terms of the GNU General Public License |
6
+ # | as published by the Free Software Foundation; either version 2 |
7
+ # | of the License, or (at your option) any later version. |
8
+ # | |
9
+ # | This program is distributed in the hope that it will be useful, |
10
+ # | but WITHOUT ANY WARRANTY; without even the implied warranty of |
11
+ # | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12
+ # | GNU General Public License for more details. |
13
+ # +-------------------------------------------------------------------------+
14
+ # | Cacti: The Complete RRDtool-based Graphing Solution |
15
+ # +-------------------------------------------------------------------------+
16
+ # | This code is designed, written, and maintained by the Cacti Group. See |
17
+ # | about.php and/or the AUTHORS file for specific developer information. |
18
+ # +-------------------------------------------------------------------------+
19
+ # | http://www.cacti.net/ |
20
+ # +-------------------------------------------------------------------------+
21
+
1
22
# mdl cli configuration
2
23
style ".mdl_style.rb"
3
24
verbose false
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ +-------------------------------------------------------------------------+
4
+ | Copyright (C) 2004-2023 The Cacti Group |
5
+ | |
6
+ | This program is free software; you can redistribute it and/or |
7
+ | modify it under the terms of the GNU General Public License |
8
+ | as published by the Free Software Foundation; either version 2 |
9
+ | of the License, or (at your option) any later version. |
10
+ | |
11
+ | This program is distributed in the hope that it will be useful, |
12
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14
+ | GNU General Public License for more details. |
15
+ +-------------------------------------------------------------------------+
16
+ | Cacti: The Complete RRDtool-based Graphing Solution |
17
+ +-------------------------------------------------------------------------+
18
+ | This code is designed, written, and maintained by the Cacti Group. See |
19
+ | about.php and/or the AUTHORS file for specific developer information. |
20
+ +-------------------------------------------------------------------------+
21
+ | http://www.cacti.net/ |
22
+ +-------------------------------------------------------------------------+
23
+ */
24
+
2
25
header ('Location:../index.php ' );
3
- ?>
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ +-------------------------------------------------------------------------+
4
+ | Copyright (C) 2004-2023 The Cacti Group |
5
+ | |
6
+ | This program is free software; you can redistribute it and/or |
7
+ | modify it under the terms of the GNU General Public License |
8
+ | as published by the Free Software Foundation; either version 2 |
9
+ | of the License, or (at your option) any later version. |
10
+ | |
11
+ | This program is distributed in the hope that it will be useful, |
12
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14
+ | GNU General Public License for more details. |
15
+ +-------------------------------------------------------------------------+
16
+ | Cacti: The Complete RRDtool-based Graphing Solution |
17
+ +-------------------------------------------------------------------------+
18
+ | This code is designed, written, and maintained by the Cacti Group. See |
19
+ | about.php and/or the AUTHORS file for specific developer information. |
20
+ +-------------------------------------------------------------------------+
21
+ | http://www.cacti.net/ |
22
+ +-------------------------------------------------------------------------+
23
+ */
2
24
3
25
header ("Location:../index.php " );
4
-
5
- ?>
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ +-------------------------------------------------------------------------+
4
+ | Copyright (C) 2004-2023 The Cacti Group |
5
+ | |
6
+ | This program is free software; you can redistribute it and/or |
7
+ | modify it under the terms of the GNU General Public License |
8
+ | as published by the Free Software Foundation; either version 2 |
9
+ | of the License, or (at your option) any later version. |
10
+ | |
11
+ | This program is distributed in the hope that it will be useful, |
12
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14
+ | GNU General Public License for more details. |
15
+ +-------------------------------------------------------------------------+
16
+ | Cacti: The Complete RRDtool-based Graphing Solution |
17
+ +-------------------------------------------------------------------------+
18
+ | This code is designed, written, and maintained by the Cacti Group. See |
19
+ | about.php and/or the AUTHORS file for specific developer information. |
20
+ +-------------------------------------------------------------------------+
21
+ | http://www.cacti.net/ |
22
+ +-------------------------------------------------------------------------+
23
+ */
2
24
3
25
header ("Location:../index.php " );
4
-
5
- ?>
You can’t perform that action at this time.
0 commit comments