Menu

Problem with rrd machine directories

Help
Andreas
2015-05-13
2015-05-13
  • Andreas

    Andreas - 2015-05-13

    I have a strange thing with my rrd directories. After the installation it was fine and working. Now I have the problem that my directories are there twice. One time with a blank and one time with a +.

    So For example
    “Test Server 1”
    aAnd
    “Test+Server+1”

    The data is written to “Test+Server+1” but nagiosgraph wants to read the data from “Test Server 1”.

    So I see the error “opening ‘/use/local/nagiosgraph/var/rrd/Test Server 1/PING___rta.rrd’: No such file or directory”

    Does anyone know what happened here?

    THX

     
  • Alan Brenner

    Alan Brenner - 2015-05-13

    Somewhere a HTTP encoding is happening where it shouldn't or is not happening where it should, probably because DNS does not allow spaces in hostnames, so the code doesn't handle it. The short term fix is to create a symlink:

    ln -s 'Test+Server+1' 'Test Server 1'.
    
     

Log in to post a comment.