Advertisement
Guest User

Untitled

a guest
Mar 14th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. $ /home/shire/bin/xymoncmd --env=/home/shire/etc/xymonclient.cfg
  2. sh-4.1$ ls
  3. bin ext logs tmp xymon-4.3.18.tar.gz
  4. etc local runclient.sh xymon-4.3.18
  5. sh-4.1$ sh -x bin/xymonclient.sh
  6. + LANG=C
  7. + LC_ALL=C
  8. + LC_MESSAGES=C
  9. + export LANG LC_ALL LC_MESSAGES
  10. + LOCALMODE=no
  11. + test 0 -ge 1
  12. + test '' = ''
  13. ++ uname -s
  14. ++ tr '[ABCDEFGHIJKLMNOPQRSTUVWXYZ/]' '[abcdefghijklmnopqrstuvwxyz_]'
  15. + XYMONOSSCRIPT=xymonclient-linux.sh
  16. + MSGFILE=/home/shire/tmp/msg.compass2.imaginenetworksllc.com.txt
  17. + MSGTMPFILE=/home/shire/tmp/msg.compass2.imaginenetworksllc.com.txt.3140
  18. + LOGFETCHCFG=/home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.cfg
  19. + LOGFETCHSTATUS=/home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.status
  20. + export LOGFETCHCFG LOGFETCHSTATUS
  21. + rm -f /home/shire/tmp/msg.compass2.imaginenetworksllc.com.txt.3140
  22. + touch /home/shire/tmp/msg.compass2.imaginenetworksllc.com.txt.3140
  23. ++ /home/shire/bin/clientupdate --level
  24. + CLIENTVERSION=
  25. + test -z ''
  26. ++ /home/shire/bin/xymon --version
  27. + CLIENTVERSION='Xymon version 4.3.18'
  28. + test no = yes
  29. + echo 'client compass2,imaginenetworksllc,com.linux linux'
  30. + /home/shire/bin/xymonclient-linux.sh
  31. + test -f /home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.cfg
  32. + /home/shire/bin/logfetch /home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.cfg /home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.status
  33. + echo '[clientversion]'
  34. + echo 'Xymon version 4.3.18'
  35. + test -d /home/shire/local
  36. + for MODULE in '$XYMONHOME/local/*'
  37. + test -x /home/shire/local/README
  38. + echo '[clock]'
  39. + /home/shire/bin/logfetch --clock
  40. + test no = yes
  41. + /home/shire/bin/xymon --debug 74.218.208.202 @
  42. + test -f /home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.cfg.tmp
  43. + test -s /home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.cfg.tmp
  44. + mv /home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.cfg.tmp /home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.cfg
  45. + rm -f /home/shire/tmp/msg.compass2.imaginenetworksllc.com.txt
  46. + mv /home/shire/tmp/msg.compass2.imaginenetworksllc.com.txt.3140 /home/shire/tmp/msg.compass2.imaginenetworksllc.com.txt
  47. + test no '!=' yes -a -f /home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.cfg
  48. ++ cut -d: -f2
  49. ++ grep '^clientversion:' /home/shire/tmp/logfetch.compass2.imaginenetworksllc.com.cfg
  50. + SERVERVERSION=
  51. + test '' '!=' '' -a '' '!=' 'Xymon version 4.3.18'
  52. + exit 0
  53. sh-4.1$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement