<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ezservermonitor-web.git/libs/disk.php, branch master</title>
<subtitle>eZ Server Monitor`Web - A simple and lightweight dashboard for Linux
</subtitle>
<id>http://forge.jan.systems/ezservermonitor-web.git/atom?h=master</id>
<link rel='self' href='http://forge.jan.systems/ezservermonitor-web.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/'/>
<updated>2020-06-30T05:04:21Z</updated>
<entry>
<title>Sort block devices in disk widget</title>
<updated>2020-06-30T05:04:21Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2020-06-30T05:04:21Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/commit/?id=cb0cee4f822f000456fb29f07fab97c05895ac38'/>
<id>urn:sha1:cb0cee4f822f000456fb29f07fab97c05895ac38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds option to ignore /dev/loopX via config file #60</title>
<updated>2018-09-02T16:47:03Z</updated>
<author>
<name>shevabam</name>
<email>shevabam@gmail.com</email>
</author>
<published>2018-09-02T16:47:03Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/commit/?id=16410f396a388de550b90cf7a0f7b2aa27a3fed5'/>
<id>urn:sha1:16410f396a388de550b90cf7a0f7b2aa27a3fed5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds option to ignore mounts via config file</title>
<updated>2017-11-01T10:23:21Z</updated>
<author>
<name>HBadertscher</name>
<email>h_badertscher@bluewin.ch</email>
</author>
<published>2017-11-01T10:21:01Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/commit/?id=80b48185d36ec6f2f360ea35fd2592aec464084f'/>
<id>urn:sha1:80b48185d36ec6f2f360ea35fd2592aec464084f</id>
<content type='text'>
This allows you to configure eZ Server Monitor to ignore certain disks
via the "ignore_mounts" option in the configuration file. You can either
create no "ignore_mounts" option at all, or set it to [] if you want to
show all mounts. To ignore certain mounts, add the exact mount path to
the array, e.g. ["/mnt/disk1"] or ["/mnt/disk1", "/mnt/disk2"].
This is done with *exact* string matching, so make sure the entries are
correct. This makes it possible to ignore "/" and still show other
paths.
</content>
</entry>
<entry>
<title>fix printf to allow to print % with mawk</title>
<updated>2017-03-22T23:26:55Z</updated>
<author>
<name>Nicolas LLOBERA</name>
<email>nllobera@gmail.com</email>
</author>
<published>2017-03-22T23:26:55Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/commit/?id=5ebb86e446b4cd858395b54f15028ab592e223a7'/>
<id>urn:sha1:5ebb86e446b4cd858395b54f15028ab592e223a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix the awk command</title>
<updated>2017-03-21T15:31:13Z</updated>
<author>
<name>Nicolas LLOBERA</name>
<email>nllobera@gmail.com</email>
</author>
<published>2017-03-21T15:31:13Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/commit/?id=52a34fd25b709ed282b427290424a3a56342983b'/>
<id>urn:sha1:52a34fd25b709ed282b427290424a3a56342983b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>manages spaces in mount point names</title>
<updated>2017-03-20T22:22:50Z</updated>
<author>
<name>Nicolas LLOBERA</name>
<email>nllobera@gmail.com</email>
</author>
<published>2017-03-20T22:19:19Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/commit/?id=3aa15d98a9e44a9a99217c4957fa0044daf543a9'/>
<id>urn:sha1:3aa15d98a9e44a9a99217c4957fa0044daf543a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not remove spaces from the mount point names</title>
<updated>2017-03-20T16:47:42Z</updated>
<author>
<name>Nicolas LLOBERA</name>
<email>nllobera@gmail.com</email>
</author>
<published>2017-03-20T16:47:42Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/commit/?id=a879c6d95fe57ac38a736016715cf146eb7f74af'/>
<id>urn:sha1:a879c6d95fe57ac38a736016715cf146eb7f74af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix network mount point with spaces #36</title>
<updated>2016-12-24T15:36:20Z</updated>
<author>
<name>shevabam</name>
<email>shevabam@gmail.com</email>
</author>
<published>2016-12-24T15:36:20Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/commit/?id=7ed8e89bfb400e0e26db5be9982e4a7aa4aed3c2'/>
<id>urn:sha1:7ed8e89bfb400e0e26db5be9982e4a7aa4aed3c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disk : add -P option to df command for POSIX output format if disk mounts have long names #27</title>
<updated>2016-01-08T13:13:51Z</updated>
<author>
<name>ShevAbam</name>
<email>shevabam@gmail.com</email>
</author>
<published>2016-01-08T13:13:51Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/commit/?id=ff936fc670f65adae9ec5b2d29cac05272502265'/>
<id>urn:sha1:ff936fc670f65adae9ec5b2d29cac05272502265</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disk : add filesystem and option to enable/disable it (disk:show_filesystem)</title>
<updated>2015-07-14T13:16:12Z</updated>
<author>
<name>ShevAbam</name>
<email>shevabam@gmail.com</email>
</author>
<published>2015-07-14T13:16:12Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/ezservermonitor-web.git/commit/?id=118bb1862cfca13201d349df8ec23b830921efb5'/>
<id>urn:sha1:118bb1862cfca13201d349df8ec23b830921efb5</id>
<content type='text'>
Network usage : center values of receive and transmit
</content>
</entry>
</feed>
