![]() | |
| INCA STATUS PAGES | |
Running Reporters |
| Common - Set of tests common to all GEON Rocks machines | ||||
| Name (10) | Frequency (*) | Notification | Reporter script used | Reporter script description |
| C hello world test | ? ? * * * | no | cluster.compiler.any.unit | Tests that a specified compiler compiles hello world |
| ganglia version | ? ? * * * | no | cluster.monitoring.ganglia.version | Reports the version of Ganglia |
| gcc version | ? ? * * * | no | cluster.compiler.gcc.version | Reports the version of gcc |
| java hello world test | ? ? * * * | no | cluster.compiler.any.unit | Tests that a specified compiler compiles hello world |
| java version | ? ? * * * | no | cluster.java.sun.version | Reports the version of java |
| linux version | ? ? * * * | no | cluster.os.kernel.version | Reports the os kernel release info |
| openssh version | ? ? * * * | no | cluster.interactive_access.openssh.version | Reports the version of openssh |
| ps test for gmond | ? * * * * | yes | cluster.ps.unit | Checks for process in ps output |
| redhat version | ? ? * * * | no | cluster.os.redhat.version | Reports the version of the Redhat OS |
| rocks version | ? ? * * * | no | cluster.mgmt.rocks.version | Reports the version of Rocks and installed rolls |
| Inca - Test that run from the Inca machine | ||||
| Name (3) | Frequency (*) | Notification | Reporter script used | Reporter script description |
| all2all:ssh_to_@PING_HOSTS@ | ?-59/30 * * * * | yes | cluster.interactive_access.ssh.unit | This test verifies that you can login and run commands via the SSH service on the remote machine |
| cluster.rm.ps.unit | ?-59/30 * * * * | yes | cluster.rm.ps.unit | Checks RM process count |
| portal search url | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
| LiDAR - Tests for LiDAR application | ||||
| Name (12) | Frequency (*) | Notification | Reporter script used | Reporter script description |
| asu apache tomcat | ?-59/10 * * * * | yes | grid.curl.unit | Reports whether curl can download a web page |
| asu mapper service | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
| db2 | ?-59/10 * * * * | yes | data.access.db2client.unit | Tries to connect to db2 database |
| global mapper service | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
| lidar workflow webservice | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
| lnet process | ?-59/10 * * * * | yes | cluster.ps.unit | Checks for process in ps output |
| lservice | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
| opentopography portal apache | ?-59/10 * * * * | yes | grid.curl.unit | Reports whether curl can download a web page |
| opentopography portal tomcat | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
| postgres | ?-59/10 * * * * | yes | data.access.postgres.unit.connect | Tries to connect to postgres server and list databases |
| ssh_to_@computeNodes@ | ?-59/20 * * * * | yes | cluster.interactive_access.ssh.unit | This test verifies that you can login and run commands via the SSH service on the remote machine |
| tomcat | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
| Portal - Software stack for the GEON portal server | ||||
| Name (7) | Frequency (*) | Notification | Reporter script used | Reporter script description |
| ant hello world test | ? ? * * * | no | cluster.admin.ant.unit | ant hello world test |
| ant version | ? ? * * * | no | cluster.admin.ant.version | Reports the version of Apache Ant |
| apache http page test | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
| httpd version | ? ? * * * | no | cluster.web.httpd.version | Reports the version of Apache HTTPD |
| jakarta tomcat page test | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
| postgres connect | ?-59/10 * * * * | yes | data.access.postgres.unit.connect | Tries to connect to postgres server and list databases |
| postgres version | ? ? * * * | no | data.db.postgres.version | Reports the version of Postgres |
| TEAM - Suite to verify TEAM deployment | ||||
| Name (8) | Frequency (*) | Notification | Reporter script used | Reporter script description |
| apache | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
| cluster.rm.ps.unit | ?-59/30 * * * * | yes | cluster.rm.ps.unit | Checks RM process count |
| mysql | ?-59/10 * * * * | yes | data.access.mysql.unit | Tries to connect to mysql server and list databases |
| postgres | ?-59/10 * * * * | yes | data.access.postgres.unit.connect | Tries to connect to postgres server and list databases |
| postgres_srb | ?-59/10 * * * * | yes | data.access.postgres.unit.connect | Tries to connect to postgres server and list databases |
| psCount | ?-59/30 * * * * | yes | cluster.ps.count.unit | Checks process count under max |
| srb server | ?-59/10 * * * * | yes | cluster.ps.unit | Checks for process in ps output |
| tomcat_port_@tomcatPorts@ | ?-59/10 * * * * | yes | grid.wget.unit | Reports whether wget can download a web page |
(*) Inca uses a modified version of Vixie cron syntax. The format is as follows:
minute hour dayOfMonth month dayOfWeek
| minute | The minute of the hour the reporter will be executed (range: 0-59) |
| hour | The hour of the day the reporter will be executed (range: 0-23) |
| dayOfMonth | The day of the month the reporter will be executed (range: 0-23) |
| month | The month the reporter will be executed (range: 1-12) |
| dayOfWeek | The day of the week the reporter will be executed (range: 0-6) |
Ranges are allowed in any field. For example, "0-4" in the minute field would mean to execute on the minutes 0, 1, 2, 3, and 4 only. A step value can also be used with a range. For example, "0-59/10" in the minute field would indicate to run every 10 minutes. Finally, "?" in the field tells Inca to pick a random time within the specified range. For example, "? * * * *" means to run every hour and let Inca choose which minute to run the reporter on. Likewise, "?-59/10 * * * *" means to run every 10 minutes and let Inca choose which minute to start on (e.g., if Inca chose "5", the reporter would execute at minutes 5, 15, 25, 35, 45, and 55.