Skip to content

Commit 2a81f01

Browse files
authored
feat(jmeter) - package jmeter connector (centreon#5298)
Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-PORT-A198> Co-authored-by: Paul Oureib <[email protected]> Refs: CTOR-811
1 parent eba027e commit 2a81f01

11 files changed

Lines changed: 302 additions & 115 deletions

File tree

.github/CODEOWNERS

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
* @centreon/owners-connectors
1+
* @centreon/owners-connectors
22

3-
*.md @centreon/owners-doc
4-
*.mdx @centreon/owners-doc
3+
*.md @centreon/owners-doc
4+
*.mdx @centreon/owners-doc
55

6-
*.cmake @centreon/owners-cpp
7-
CMakeLists.txt @centreon/owners-cpp
8-
Makefile @centreon/owners-cpp
6+
*.cmake @centreon/owners-cpp
7+
CMakeLists.txt @centreon/owners-cpp
8+
Makefile @centreon/owners-cpp
99

10-
*.pm @centreon/owners-perl
11-
*.pl @centreon/owners-perl
10+
*.pm @centreon/owners-perl
11+
*.pl @centreon/owners-perl
12+
*.t @centreon/owners-perl
1213

13-
*.py @centreon/owners-python
14+
*.py @centreon/owners-python
1415

15-
*.sh @centreon/owners-bash
16+
*.sh @centreon/owners-bash
1617

17-
tests/** @centreon/owners-robot-e2e
18+
tests/** @centreon/owners-robot-e2e
1819

19-
.github/** @centreon/owners-pipelines
20-
packaging/** @centreon/owners-pipelines
21-
selinux/** @centreon/owners-pipelines
20+
.github/** @centreon/owners-pipelines
21+
packaging/** @centreon/owners-perl
22+
selinux/** @centreon/owners-pipelines
2223
.github/scripts/pod_spell_check.t @centreon/owners-perl
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dependencies": [
3+
"libxml-xpath-perl"
4+
]
5+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"pkg_name": "centreon-plugin-Applications-Jmeter",
3+
"pkg_summary": "Centreon Plugin Jmeter",
4+
"plugin_name": "centreon_jmeter.pl",
5+
"files": [
6+
"centreon/plugins/script_custom.pm",
7+
"centreon/plugins/script_custom/cli.pm",
8+
"centreon/plugins/backend/ssh/",
9+
"centreon/plugins/ssh.pm",
10+
"apps/jmeter/"
11+
]
12+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dependencies": [
3+
"perl(XML::XPath)"
4+
]
5+
}

0 commit comments

Comments
 (0)