This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
024b0a58f4444bf11eaa33e68f0052419d7ec721
librenms-librenms
/
includes
/
services
/
check_haproxy.inc.php
T
3 lines
92 B
PHP
Raw
Normal View
History
Unescape
Escape
feature: Added check_haproxy service configuration (
#8412
)
2018-03-18 22:22:01 +01:00
<?
php
$check_cmd
=
$config
[
'nagios_plugins'
]
.
"/check_haproxy "
.
$service
[
'service_param'
];
Reference in New Issue
Copy Permalink