Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 655
    • Issues 655
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 222
    • Merge Requests 222
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #932

Closed
Open
Opened Jan 17, 2012 by aa latchm@aalatchm

net-snmp patch to provide disk usage information on tmpfs volumes

By default, net-snmp excludes tmpfs volumes when it provides disk usage information. If tmpfs fills up on an Alpine Linux ramdisk installation, this will often affect services. Therefore, I suggest that we apply the patch below so that we can use SNMP to monitor the free space in Alpine tmpfs filesystems.

http://sourceforge.net/tracker/?func=detail&aid=2784925&group\_id=12694&atid=362694

--- net-snmp-5.4.2.1/agent/mibgroup/host/hr_filesys.c.orig  2009-05-01 10:43:17.000000000 +0100
+++ net-snmp-5.4.2.1/agent/mibgroup/host/hr_filesys.c   2009-05-01 10:52:35.000000000 +0100
@@ -665,7 +665,7 @@
     "shm",
     "sockfs",
     "sysfs",
-    "tmpfs",
+    /* "tmpfs", */
     "usbdevfs",
     "usbfs",
 #endif

(from redmine: issue id 932, created on 2012-01-17, closed on 2012-03-02)

  • Changesets:
    • Revision eea092e9 by Jeff Bilyk on 2012-02-11T03:34:02Z:
main/net-snmp: allow tmpfs volumes to be monitored

fixes #932
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Alpine 2.4.0
Milestone
Alpine 2.4.0 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#932