mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
[CTOR-514] [Plugin] New Pack RRDCached (#5003)
This commit is contained in:
parent
3453935f17
commit
5605da104a
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"dependencies": [
|
||||||
|
"libsocket-perl"
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"pkg_name": "centreon-plugin-Applications-RRDCached",
|
||||||
|
"pkg_summary": "Centreon Plugin to check RRDCached related informations",
|
||||||
|
"plugin_name": "centreon_rrdcached.pl",
|
||||||
|
"files": [
|
||||||
|
"centreon/plugins/script_simple.pm",
|
||||||
|
"apps/rrdcached/"
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"dependencies": [
|
||||||
|
"perl(IO::Socket)"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user