LinuxPersonEC

Results 80 comments of LinuxPersonEC

> rpm -qi nagios-plugins | grep ^URL Confirmed: ``` rpm -qi nagios-plugins | grep ^URL URL : https://www.nagios-plugins.org/ ```

> ## TODO > * [ ] ITL: extra arg just for Nagios plugins Thanks Alex, do you know of a way I can manually use a config file now...

> You could update the shipped Icinga 2 command Can you provide a hint as to how? Also if the issue is with `check_disk `command how does upgrading the `icinga2...

> Edit this one: Thanks are you suggesting I hard code the system path in `value = "$disk_partitions_excluded$" `

Is there a way to include multiple `-x` options? I'm seeing several `tmpfs `directories that are not automatically being excluded. Other examples include one from X2Go, `/tmp/.x2go-ouruser/spool/C-ouruser-50-1637675492_stDMATE_dp32` and `/run/media/ouruser/SanDisk1`

> `vars.disk_partitions_excluded = ["a", "b"]` Is that done in the command line? How do I do this in the GUI?

I saw in another thread about the `df -aT` command: ``` gvfsd-fuse fuse.gvfsd-fuse 0 0 0 - /run/user/xxxx/gvfs portal fuse.portal 0 0 0 - /run/user/xxxx/doc [email protected]:/cygdrive/C/Users/myuser/X2GO~1/S-5B9B~1/spool fuse.sshfs 0 0 0...

I'm seeing this as well on RHEL 9, OpenMPI 4.1.1, this sometimes fixes the warnings: `export OMPI_MCA_btl=^openib` Oddly putting the var in a module file does not work I have...

Just tried on a compute node. ``` apptainer buildcfg PACKAGE_NAME=apptainer PACKAGE_VERSION=1.1.6-1 BUILDDIR=/home/testuser/rpmbuild/BUILD/apptainer-1.1.6/builddir PREFIX=/usr EXECPREFIX=/usr BINDIR=/usr/bin SBINDIR=/usr/sbin LIBEXECDIR=/usr/libexec DATAROOTDIR=/usr/share DATADIR=/usr/share SYSCONFDIR=/etc SHAREDSTATEDIR=/var/lib LOCALSTATEDIR=/var RUNSTATEDIR=/var/run INCLUDEDIR=/usr/include DOCDIR=/usr/share/doc/apptainer INFODIR=/usr/share/info LIBDIR=/usr/lib64 LOCALEDIR=/usr/share/locale MANDIR=/usr/share/man APPTAINER_CONFDIR=/etc/apptainer...