IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Server Disk Space

    Posted Tue May 12, 2009 07:45 PM

    Hello any help would be greatly appricated.

    Has anyone wrote a flow service that checks the disk space on a server which would be on the network of course and once it reached at a certain point sent out and alert?


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Server Disk Space

    Posted Sun May 17, 2009 07:24 AM

    If you are on Java 6, File class has a method called getFreeSpace() with which you can check if you have enough space left, and with JavaMail you can send the emails.

    But I don’t recommeded this approach for checking the disk size. Trying using native tools from OS like cron if you are on UNIX.

    Jiten


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods