mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added opengridscheduler job tracker application (#6419)
* opengridscheduler job tracker * wrong copy of file * applied laf's review. Thx laf! * now including the modified files; thx laf for the review! * Update Applications.md
This commit is contained in:
@ -112,6 +112,9 @@ function nicecase($item)
|
||||
case 'php-fpm':
|
||||
return 'PHP-FPM';
|
||||
|
||||
case 'opengridscheduler':
|
||||
return 'Open Grid Scheduler';
|
||||
|
||||
default:
|
||||
return ucfirst($item);
|
||||
}
|
||||
|
Reference in New Issue
Block a user