Project

General

Profile

Revision 31138f32

ID31138f327fcce37f3104e07ebe88074f310d2660
Parent ab5f0b58
Child ea1f063f

Added by Francis LAHEUGUERE over 14 years ago

Gestion erreurs rrd et nagios

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@2015 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigigraph/controllers/rpc.py
330 330
                txt = _("Can't get Nagios data on host \"%s\" service \"%s\"")\
331 331
                    % (host, service)
332 332
                LOGGER.error(txt)
333
                redirect('nagios_host_service_error?host=%s"' % (host, service))
333
                redirect('nagios_host_service_error?host=%s&service=%s' \
334
                % (host, service))
334 335

  
335 336
        return result
336 337

  

Also available in: Unified diff