mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: ntp apps (#4333)
* updated nicecase function for ntp server and client app * ntp applications refactoring * removed agent for ntp-server: reported as not working * removed ntpd from agent polling. thx @murrant
This commit is contained in:
@@ -73,8 +73,11 @@ function nicecase($item)
|
||||
case 'nfs-v3-stats':
|
||||
return 'NFS v3 Stats';
|
||||
|
||||
case 'ntpd':
|
||||
return 'NTPD (Server)';
|
||||
case 'ntp-client':
|
||||
return 'NTP Client';
|
||||
|
||||
case 'ntp-server':
|
||||
return 'NTP Server';
|
||||
|
||||
case 'os-updates':
|
||||
return 'OS Updates';
|
||||
|
||||
Reference in New Issue
Block a user