Ad Widget

Collapse

Error: /usr/sbin/fping: [2] No such file or directory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hsoussou
    Junior Member
    • Mar 2010
    • 21

    #1

    Error: /usr/sbin/fping: [2] No such file or directory

    I installed fping (it installed on /usr/local/sbin) and modified zabbix_server.conf:
    FpingLocation=/usr/local/sbin/fping

    I created an Item -> icmpping : simple checks ( dnstarget.net ,3,25,,]) but i have this error:

    /usr/sbin/fping: [2] No such file or directory

    I restarted zabbix-server and zabbix_agent but this error doesn't disappear
  • angelhc
    Senior Member
    Zabbix Certified Specialist
    • Nov 2009
    • 226

    #2
    Hello,
    the answer in the follow link:


    please, use the search
    Number of hosts 1600,Number of items +90k,Number of triggers +22k, Number of users +100, New values per second +1270

    http://zabbixes.wordpress.com/

    Comment

    • hsoussou
      Junior Member
      • Mar 2010
      • 21

      #3
      help please :'(

      Originally posted by angelhc
      Hello,
      the answer in the follow link:


      please, use the search
      It's not the same problem !!
      Zabbix ignore modification on zabbix_server.conf ( FpingLocation=/usr/local/sbin/fping )
      the error is /usr/sbin/fping: [2] No such file or directory

      zabbix does not use the proper location for fping

      Help please.
      Last edited by hsoussou; 23-03-2010, 16:19.

      Comment

      • low10sws6
        Member
        • Oct 2008
        • 44

        #4
        What version you running of zabbix matters

        stop the zabbix server proc

        sudo /etc/init.d/zabbix-server stop

        make sure correct location in config is set /etc/zabbix/zabbix_server.conf

        start zabbix proc

        /etc/init.d/zabbix-server start

        if anything:

        sudo apt-get --purge remove fping
        sudo apt-get install fping

        check permissions for fping and fping6

        if not
        symlink fping and fping6 if anything to the correct folder

        ln -s /usr/local/sbin/fping /path/to/non-existant/fping
        ln -s /usr/local/sbin/fping6 /path/to/non-existant/fping6

        Comment

        • hsoussou
          Junior Member
          • Mar 2010
          • 21

          #5
          Thanks, it resolves my problem

          Comment

          Working...