Source
SET_MSG_RESULT(result, zbx_dsprintf(NULL, "Cannot obtain system information: %s", zbx_strerror(errno)));
/*
** Copyright (C) 2001-2025 Zabbix SIA
**
** This program is free software: you can redistribute it and/or modify it under the terms of
** the GNU Affero General Public License as published by the Free Software Foundation, version 3.
**
** 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 Affero General Public License for more details.
**
** You should have received a copy of the GNU Affero General Public License along with this program.
** If not, see <https://www.gnu.org/licenses/>.
**/
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"},
{MNT_VERIFIED, "verified"},
{MNT_UNTRUSTED, "untrusted"},