AppWorx, Dollar Universe and Sysload Community

 View Only

Monitor: Filter issue after Migration

  • 1.  Monitor: Filter issue after Migration

    Posted Aug 28, 2017 09:11 AM
    After the Monitor update, sometimes the configured filters will no longer work.

    The display returns frequently the "All Categories" view on the "Event Management:

    873d5bm400d6.jpghttps://us.v-cdn.net/5019921/uploads/editor/el/873d5bm400d6.jpg" width="1217">

      
    In order to solve this problem, please follow this procedure:

    1 - In the directory C:\Program Files (x86)\sysload\spmonitor\, create a subdirectory named « php_sessions » 
    Configure the required rights (read and write access) to allow the "Sysload SP Monitor Web Server' on this directory (if the service does not run as a system).

    2 - Backup the file C:\Program Files (x86)\sysload\spmonitor\spmhttpd\conf\php.ini

    3 - Edit the file "php.ini". In the [session] section, add or modify the following parameters: 

    session.save_path = "C:\Program Files (x86)\sysload\spmonitor\php_sessions"
    session.cookie_lifetime = 0
    session.gc_maxlifetime = 86400

    4 - Save the file php.ini

    5 - Restart the service 'Sysload SP Monitor Web Server' :

    r0sn560hv15c.jpghttps://us.v-cdn.net/5019921/uploads/editor/bl/r0sn560hv15c.jpg" width="867">




    The PHP sessions will be stored in the local directory and the expiration time has been extended to 24 hours.

    To validate the new parameters, check if files "sess_ .... "Were are created in the directory" C:\Program Files (x86)\sysload\spmonitor\php_sessions" : 


    ah59d5n005wn.jpghttps://us.v-cdn.net/5019921/uploads/editor/mx/ah59d5n005wn.jpg" width="1141">

    We see in the example above that 4 sessions are active.