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
2bf3fd89052d5f5d4d79ac3bd69f8dc39da00e6d
librenms-librenms
/
includes
/
services
/
check_procs.inc.php
T
4 lines
91 B
PHP
Raw
Normal View
History
Unescape
Escape
feature: Add nagios check_procs support (
#5214
)
2016-12-22 03:44:25 +01:00
<?
php
$check_cmd
=
$config
[
'nagios_plugins'
]
.
"/check_procs "
.
$service
[
'service_param'
];
Reference in New Issue
Copy Permalink