Source
SET_MSG_RESULT(result, zbx_dsprintf(NULL, "Cannot obtain system information: %s", zbx_strerror(errno)));
/*
** Zabbix
** Copyright (C) 2001-2023 Zabbix SIA
**
** 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 2 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, write to the Free Software
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
static zbx_mntopt_t mntopts[] = {
MNTOPT_NAMES
{MNT_ASYNC, "asynchronous"},
{MNT_EXPORTED, "NFS exported"},
{MNT_LOCAL, "local"},
{MNT_NOATIME, "noatime"},
{MNT_NODEV, "nodev"},
{MNT_NOEXEC, "noexec"},
{MNT_NOSUID, "nosuid"},
{MNT_NOSYMFOLLOW, "nosymfollow"},
{MNT_QUOTA, "with quotas"},
{MNT_RDONLY, "read-only"},
{MNT_SYNCHRONOUS, "synchronous"},
{MNT_UNION, "union"},
{MNT_NOCLUSTERR, "noclusterr"},
{MNT_NOCLUSTERW, "noclusterw"},
{MNT_SUIDDIR, "suiddir"},
{MNT_SOFTDEP, "soft-updates"},
{MNT_SUJ, "journaled soft-updates"},
{MNT_MULTILABEL, "multilabel"},
{MNT_ACLS, "acls"},
{MNT_NFS4ACLS, "nfsv4acls"},
{MNT_GJOURNAL, "gjournal"},
{MNT_AUTOMOUNTED, "automounted"},