Search Criteria
Package Details: nagstamon 3.18.2-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nagstamon.git (read-only, click to copy) |
|---|---|
| Package Base: | nagstamon |
| Description: | Nagios status monitor for the desktop |
| Upstream URL: | https://nagstamon.de/ |
| Licenses: | GPL |
| Submitter: | ghostbuster |
| Maintainer: | ghostbuster |
| Last Packager: | ghostbuster |
| Votes: | 24 |
| Popularity: | 0.000187 |
| First Submitted: | 2015-08-09 16:15 (UTC) |
| Last Updated: | 2026-03-22 18:59 (UTC) |
Dependencies (17)
- python-arrow
- python-beautifulsoup4
- python-dateutil (python-dateutil-gitAUR)
- python-dbus
- python-keyring
- python-lxml
- python-psutil
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- python-pyqt6-webengine
- python-pysocks
- python-requests
- python-requests-kerberos
- python-tzlocal
- qt6-multimedia
- qt6-svg
- python-setuptools (make)
- python-requests-gssapi (optional) – Will be used instead of python-requests-kerberos for kerberos auth if present
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
ghostbuster commented on 2026-03-22 18:55 (UTC)
@vknmnn @blubbblubb Thanks for your patches. I just updated the package.
@blubbblubb Cleaning up the dependencies is already on my todo list as I only added new packages as they were added upstream. But until now I didn't have time to clean up.
vknmnn commented on 2026-03-18 10:01 (UTC) (edited on 2026-03-18 10:01 (UTC) by vknmnn)
This is the PKGBUILD for v3.18.2
blubbblubb commented on 2026-03-12 20:03 (UTC)
Here is a patch for anyone wanting to update to 3.18. I think the dependencies could be cleaned up a bit more as quite a few depend on other dependencies and don't need to specifically be added. But I'd have to look at the aur dependency guidelines again.
ghostbuster commented on 2024-10-21 12:48 (UTC)
v3.16.1 was updated upstream after release, checksum adjusted.
<deleted-account> commented on 2024-10-21 06:54 (UTC)
ghostbuster commented on 2024-04-17 20:21 (UTC)
Worked around the issue by only using the first three parts of the split output.
llama451 commented on 2024-04-17 09:51 (UTC) (edited on 2024-04-17 15:28 (UTC) by llama451)
FYI: With the upgrade from python-pyqt6 6.6.1-3 => 6.7.0dev2404081550-1 nagstamon crashes because the version number cannot be processed. To fix I edited /usr/lib/python3.11/site-packages/Nagstamon/QUI/qt.py line 31 to ignore the "dev"-part by appending "[:-1]" to split():
QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_BUGFIX = [int(x) for x in QT_VERSION_STR.split('.')[:-1]]Although I am not very knowledgable in python, there might be a better fix.
HusiSusi commented on 2024-04-07 09:16 (UTC) (edited on 2024-04-07 09:16 (UTC) by HusiSusi)
Now I was able to install. but i can not run it! I think there is a KDE Plasma 6 Unicode issue or I'm missing something in my locale.gen file! Even though I tried every Unicode Option.
$ nagstamon
Traceback (most recent call last):
File "/usr/bin/nagstamon", line 29, in <module>
from Nagstamon.Config import (conf,
File "/usr/lib/python3.11/site-packages/Nagstamon/Config.py", line 1055, in <module>
conf = Config() ^^^^^^^^ File "/usr/lib/python3.11/site-packages/Nagstamon/Config.py", line 378, in init
config.read(self.configfile)
File "/usr/lib/python3.11/configparser.py", line 713, in read
self._read(fp, filename)
File "/usr/lib/python3.11/configparser.py", line 1036, in _read
for lineno, line in enumerate(fp, start=1):
File "<frozen codecs>", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x86 in position 1: invalid start byte
ghostbuster commented on 2024-04-06 22:34 (UTC)
I modified the PKGBUILD to avoid the import of Nagstamon.Config during build. Please try again.
ghostbuster commented on 2024-04-06 18:51 (UTC)
I'll have a deeper look at the issue, but most likely it will take some time to reproduce and resolve the issue.
1 2 3 4 5 6 .. 8 Next › Last »