Modify ↓
Ticket #3802 (closed defect: fixed)
Df monitor does not fetch data from FUSE filesystem
| Reported by: | leandro@… | Owned by: | jamor@… |
|---|---|---|---|
| Milestone: | 2.2.X | Component: | monitor |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by jamor@…) (diff)
Error
Error fetching data from /var/lib/collectd/rrd/Firewall/df/df-home-firewall-.gvfs.rrd: opening '/var/lib/collectd/rrd/Firewall/df/df-home-firewall-.gvfs.rrd': Arquivo ou diretório não encontrado
Trace
Error fetching data from /var/lib/collectd/rrd/Firewall/df/df-home-firewall-.gvfs.rrd: opening '/var/lib/collectd/rrd/Firewall/df/df-home-firewall-.gvfs.rrd': Arquivo ou diretório não encontrado at /usr/share/perl5/EBox/Monitor/Measure/Base.pm line 220
EBox::Monitor::Measure::Base::fetchData('EBox::Monitor::Measure::Df=HASH(0xbc9a9058)', 'resolution', 10, 'start', 'end-1h') called at /usr/share/perl5/EBox/Monitor.pm line 315
EBox::Monitor::allMeasuredData('EBox::Monitor=HASH(0xbdcffee8)') called at /usr/share/perl5/EBox/CGI/Monitor/Index.pm line 82
EBox::CGI::Monitor::Index::masonParameters('EBox::CGI::Monitor::Index=HASH(0xbe5dc460)') called at /usr/share/perl5/EBox/CGI/Base.pm line 522
EBox::CGI::Base::_process('EBox::CGI::Monitor::Index=HASH(0xbe5dc460)') called at /usr/share/perl5/EBox/CGI/Base.pm line 275
EBox::CGI::Base::run('EBox::CGI::Monitor::Index=HASH(0xbe5dc460)') called at /usr/share/perl5/EBox/CGI/Run.pm line 129
EBox::CGI::Run::run('EBox::CGI::Run', 'Maintenance/Monitor', 'EBox') called at /usr/share/zentyal/cgi/ebox.cgi line 34
ModPerl::ROOT::ModPerl::Registry::usr_share_zentyal_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0xbe746d38)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0xbe691610)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0xbe691610)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0xbe746d38)') called at -e line 0
eval {...} called at -e line 0
Attachments
Change History
Changed 16 months ago by anonymous
-
attachment
zentyal.log
added
comment:1 Changed 16 months ago by jamor@…
- Status changed from new to closed
- Resolution set to fixed
- Component changed from base to monitor
- Description modified (diff)
- Summary changed from Bug report from Zentyal Server to Df monitor does not fetch data from FUSE filesystem
Hello Leandro,
The problem was that monitor tried to monitor a fuse filesystem fixed in [7e9a120d4c67]
To hotfix:
1) Download the new version of FileSystems?.pm from http://git.zentyal.org/zentyal.git/blob/7e9a120d4c67368835d849f46d5de4107d811598:/main/common/src/EBox/FileSystem.pm
2) Use it to replace /usr/share/perl5/EBox/FileSystems.pm
3) Restart web interface and monitor with this commands:
$ sudo /etc/init.d/zentyal monitor restart % sudo /etc/init.d/zentyal apache restart
Regards,
Javier
Note: See
TracTickets for help on using
tickets.
zentyal.log