mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Add FreeBSD NFS Client/Server application support (#6008)
This commit is contained in:
@ -103,6 +103,12 @@ function nicecase($item)
|
||||
case 'exim-stats':
|
||||
return 'EXIM Stats';
|
||||
|
||||
case 'fbsd-nfs-client':
|
||||
return 'FreeBSD NFS Client';
|
||||
|
||||
case 'fbsd-nfs-server':
|
||||
return 'FreeBSD NFS Server';
|
||||
|
||||
case 'php-fpm':
|
||||
return 'PHP-FPM';
|
||||
|
||||
|
Reference in New Issue
Block a user