@extends('layouts.librenmsv1') @section('title', __('About')) @section('content')
| @lang('Version') | {{ $version_local }} |
| @lang('Database Schema') | {{ $db_schema }} |
| @lang('Web Server') | {{ $version_webserver }} |
| @lang('PHP') | {{ $version_php }} |
| @lang('MySQL') | {{ $version_mysql }} |
| @lang('RRDtool') | {{ $version_rrdtool }} |
@lang('See the list of contributors on GitHub.', ['url' => 'https://github.com/librenms/librenms/blob/master/AUTHORS.md'])
|
@lang('Online stats:') stats.librenms.org |
|||
| @lang('Devices') | {{ $stat_devices }} | @lang('Ports') | {{ $stat_ports }} |
| @lang('IPv4 Addresses') | {{ $stat_ipv4_addy }} | @lang('IPv4 Networks') | {{ $stat_ipv4_nets }} |
| @lang('IPv6 Addresses') | {{ $stat_ipv6_addy }} | @lang('IPv6 Networks') | {{ $stat_ipv6_nets }} |
| @lang('Services') | {{ $stat_services }} | @lang('Applications') | {{ $stat_apps }} |
| @lang('Processors') | {{ $stat_processors }} | @lang('Memory') | {{ $stat_memory }} |
| @lang('Storage') | {{ $stat_storage }} | @lang('Disk I/O') | {{ $stat_diskio }} |
| @lang('HR-MIB') | {{ $stat_hrdev }} | @lang('Entity-MIB') | {{ $stat_entphys }} |
| @lang('Syslog Entries') | {{ $stat_syslog }} | @lang('Eventlog Entries') | {{ $stat_events }} |
| @lang('Sensors') | {{ $stat_sensors }} | @lang('Wireless Sensors') | {{ $stat_wireless }} |
| @lang('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 http://www.gnu.org/licenses/.