@extends('layouts.librenmsv1') @section('title', __('About')) @section('content')
| {{ __('Version') }} | {{ $version_local }} |
| {{ __('Database Schema') }} | {{ $db_schema }} |
| {{ __('Web Server') }} | {{ $version_webserver }} |
| {{ __('PHP') }} | {{ $version_php }} |
| {{ __('Python') }} | {{ $version_python }} |
| {{ __('Database') }} | {{ $version_database }} |
| {{ __('Laravel') }} | {{ $version_laravel }} |
| {{ __('RRDtool') }} | {{ $version_rrdtool }} |
{{ __('Please feel free to join us and contribute code, documentation, and bug reports:') }}
{{ __('Web site') }} |
{{ __('Docs') }} |
{{ __('GitHub') }} |
{{ __('Bug tracker') }} |
{{ __('Merch Shop') }} |
{{ __('Community Forum') }} |
{{ __('Twitter') }} |
{{ __('Changelog') }} |
{{ __('Local git log') }}
{!! __('See the list of contributors on GitHub.', ['url' => 'https://github.com/librenms/librenms/graphs/contributors']) !!}
|
{{ __('Online stats:') }} stats.librenms.org |
|||
| {{ __('Devices') }} | {{ $stat_devices }} | {{ __('Ports') }} | {{ $stat_ports }} |
| {{ __('IPv4 Addresses') }} | {{ $stat_ipv4_addy }} | {{ __('IPv4 Networks') }} | {{ $stat_ipv4_nets }} |
| {{ __('IPv6 Addresses') }} | {{ $stat_ipv6_addy }} | {{ __('IPv6 Networks') }} | {{ $stat_ipv6_nets }} |
| {{ __('Services') }} | {{ $stat_services }} | {{ __('Applications') }} | {{ $stat_apps }} |
| {{ __('Processors') }} | {{ $stat_processors }} | {{ __('Memory') }} | {{ $stat_memory }} |
| {{ __('Storage') }} | {{ $stat_storage }} | {{ __('Disk I/O') }} | {{ $stat_diskio }} |
| {{ __('HR-MIB') }} | {{ $stat_hrdev }} | {{ __('Entity-MIB') }} | {{ $stat_entphys }} |
| {{ __('Syslog Entries') }} | {{ $stat_syslog }} | {{ __('Eventlog Entries') }} | {{ $stat_events }} |
| {{ __('sensors.title') }} | {{ $stat_sensors }} | {{ __('Wireless Sensors') }} | {{ $stat_wireless }} |
| {{ __('Toner') }} | {{ $stat_toner }} | ||
Copyright (C) 2013-{{ date('Y') }} {{ $project_name }} Contributors
Copyright (C) 2006-2012 Adam Armstrong
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.